Skip to content
Snippets Groups Projects
Verified Commit 897b039e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update copyright information and add new app config meta data

parent c0bc552d
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,15 @@ class LDAPConfig(AppConfig):
name = "aleksis.apps.ldap"
verbose_name = "AlekSIS — LDAP (General LDAP import/export)"
urls = {
"Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-LDAP/",
}
licence = "EUPL-1.2+"
copyright = (
([2020], "Dominik George", "dominik.george@teckids.org"),
([2020], "Tom Teichler", "tom.teichler@teckids.org"),
)
def ready(self) -> None:
super().ready()
......
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