Skip to content
Snippets Groups Projects
Commit fb5c03e8 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix app metadata

parent ab0e35ee
No related branches found
No related tags found
1 merge request!10Move AlekSIS-App-Matrix to official
Pipeline #72680 failed
...@@ -19,4 +19,4 @@ Minor changes ...@@ -19,4 +19,4 @@ Minor changes
* None * 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
...@@ -7,7 +7,7 @@ class DefaultConfig(AppConfig): ...@@ -7,7 +7,7 @@ class DefaultConfig(AppConfig):
dist_name = "AlekSIS-App-Matrix" dist_name = "AlekSIS-App-Matrix"
urls = { urls = {
"Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix", "Repository": "https://edugit.org/AlekSIS/official//AlekSIS-App-Matrix",
} }
licence = "EUPL-1.2+" licence = "EUPL-1.2+"
copyright_info = (([2021, 2022], "Jonathan Weth", "dev@jonathanweth.de"),) copyright_info = (([2021, 2022], "Jonathan Weth", "dev@jonathanweth.de"),)
...@@ -15,7 +15,7 @@ maintainers = [ ...@@ -15,7 +15,7 @@ maintainers = [
] ]
license = "EUPL-1.2-or-later" license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org" homepage = "https://aleksis.org"
repository = "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Matrix" repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Matrix"
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Environment :: Web Environment", "Environment :: Web Environment",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment