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

Merge branch 'master' of edugit.org:AlekSIS/official/AlekSIS-App-LDAP

parents 66ca3da7 897b039e
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