diff --git a/README.rst b/README.rst index aa418ace99bcb09dcf5c5d00e777e491af1e2afd..f911965b2faf91485093c8849aed672a6282b0b1 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 be6ff891e580a0b76b7373d16af9b3b8658fa27f..853e7f883c4eb74948373e42130941d9de5bf166 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"), )