From 59257d61a734c32c4a2ab1c1a69b513f8f537a40 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Wed, 3 Nov 2021 16:32:41 +0100 Subject: [PATCH] Update repo URL in apps config --- aleksis/apps/resint/apps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/apps/resint/apps.py b/aleksis/apps/resint/apps.py index c09fa05..2e8c76c 100644 --- a/aleksis/apps/resint/apps.py +++ b/aleksis/apps/resint/apps.py @@ -6,7 +6,7 @@ class ResintConfig(AppConfig): verbose_name = "AlekSIS – Resint (Public poster)" urls = { - "Repository": "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Resint/", + "Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/", } licence = "EUPL-1.2+" copyright_info = ( -- GitLab