From fb5c03e8aed32ae0e568a3c8f1b3d49445db7246 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 4 Jun 2022 16:49:13 +0200 Subject: [PATCH] Fix app metadata --- CHANGELOG.rst | 2 +- aleksis/apps/matrix/apps.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c2aaa8..dfae074 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,4 +19,4 @@ Minor changes * None -_`1.0`: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix/-/tags/1.0 +_`1.0`: https://edugit.org/AlekSIS/official//AlekSIS-App-Matrix/-/tags/1.0 diff --git a/aleksis/apps/matrix/apps.py b/aleksis/apps/matrix/apps.py index 1c60d9e..6128273 100644 --- a/aleksis/apps/matrix/apps.py +++ b/aleksis/apps/matrix/apps.py @@ -7,7 +7,7 @@ class DefaultConfig(AppConfig): dist_name = "AlekSIS-App-Matrix" urls = { - "Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix", + "Repository": "https://edugit.org/AlekSIS/official//AlekSIS-App-Matrix", } licence = "EUPL-1.2+" copyright_info = (([2021, 2022], "Jonathan Weth", "dev@jonathanweth.de"),) diff --git a/pyproject.toml b/pyproject.toml index f2e20f0..ee8788a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ maintainers = [ ] license = "EUPL-1.2-or-later" homepage = "https://aleksis.org" -repository = "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Matrix" +repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Matrix" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Web Environment", -- GitLab