From b5496c798046116ebae5d7a44dd0c66c3f025c1d Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 27 Jun 2021 12:30:07 +0200
Subject: [PATCH] Update copyright information

---
 README.rst                  | 4 ++--
 aleksis/apps/resint/apps.py | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index aa418ac..f911965 100644
--- a/README.rst
+++ b/README.rst
@@ -18,9 +18,9 @@ Licence
 
 ::
 
-  Copyright © 2018, 2019, 2020 Jonathan Weth <wethjo@katharineum.de>
+  Copyright © 2018, 2019, 2020, 2021 Jonathan Weth <dev@jonathanweth.de>
+  Copyright © 2020, 2021 Frank Poetzsch-Heffter <p-h@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 be6ff89..853e7f8 100644
--- a/aleksis/apps/resint/apps.py
+++ b/aleksis/apps/resint/apps.py
@@ -6,11 +6,11 @@ class ResintConfig(AppConfig):
     verbose_name = "AlekSIS – Resint (Public poster)"
 
     urls = {
-        "Repository": "https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/",
+        "Repository": "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Resint/",
     }
     licence = "EUPL-1.2+"
     copyright = (
-        ([2018, 2019, 2020], "Jonathan Weth", "wethjo@katharineum.de"),
+        ([2018, 2019, 2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
+        ([2020, 2021], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
         ([2019], "Julian Leucker", "leuckeju@katharineum.de"),
-        ([2020], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
     )
-- 
GitLab