From 974db19cb9c5ffd8972cb2f856083c0a55e218f3 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

---
 README.rst                  |  3 ++-
 aleksis/apps/resint/apps.py | 10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index e96658f..aa418ac 100644
--- a/README.rst
+++ b/README.rst
@@ -18,8 +18,9 @@ Licence
 
 ::
 
-  Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
   Copyright © 2018, 2019, 2020 Jonathan Weth <wethjo@katharineum.de>
+  Copyright © 2019 Julian Leucker <leuckeju@katharineum.de>
+  Copyright © 2020 Frank Poetzsch-Heffter <p-h@katharineum.de>
 
   Licenced under the EUPL, version 1.2 or later
 
diff --git a/aleksis/apps/resint/apps.py b/aleksis/apps/resint/apps.py
index 8342e93..be6ff89 100644
--- a/aleksis/apps/resint/apps.py
+++ b/aleksis/apps/resint/apps.py
@@ -4,3 +4,13 @@ from aleksis.core.util.apps import AppConfig
 class ResintConfig(AppConfig):
     name = "aleksis.apps.resint"
     verbose_name = "AlekSIS – Resint (Public poster)"
+
+    urls = {
+        "Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/",
+    }
+    licence = "EUPL-1.2+"
+    copyright = (
+        ([2018, 2019, 2020], "Jonathan Weth", "wethjo@katharineum.de"),
+        ([2019], "Julian Leucker", "leuckeju@katharineum.de"),
+        ([2020], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
+    )
-- 
GitLab