From 897b039e62777039009078225c800e01e071801f Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 19 Apr 2020 19:47:56 +0200
Subject: [PATCH] Update copyright information and add new app config meta data

---
 aleksis/apps/ldap/apps.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/aleksis/apps/ldap/apps.py b/aleksis/apps/ldap/apps.py
index be7efe9..2a2112a 100644
--- a/aleksis/apps/ldap/apps.py
+++ b/aleksis/apps/ldap/apps.py
@@ -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()
 
-- 
GitLab