diff --git a/README.rst b/README.rst index 290669c5779841ac7713f7f8004cc3141de0b1f9..a7a156f734ab9bc96e0b549177587e22d848898b 100644 --- a/README.rst +++ b/README.rst @@ -68,9 +68,10 @@ Licence Copyright © 2019, 2020, 2021, 2022 Dominik George <dominik.george@teckids.org> Copyright © 2019, 2020, 2021, 2022 Tom Teichler <tom.teichler@teckids.org> Copyright © 2019 mirabilos <thorsten.glaser@teckids.org> + Copyright © 2021, 2022 magicfelix <felix@felix-zauberer.de> Copyright © 2021 Lloyd Meins <meinsll@katharineum.de> - Copyright © 2021 magicfelix <felix@felix-zauberer.de> Copyright © 2022 Benedict Suska <benedict.suska@teckids.org> + Copyright © 2022 Lukas Weichelt <lukas.weichelt@teckids.org> Licenced under the EUPL, version 1.2 or later, by Teckids e.V. (Bonn, Germany). diff --git a/aleksis/core/apps.py b/aleksis/core/apps.py index 4e7229d81e00d4f5d9f4ecccce86a703bee6befa..096d7effb318402480dcb35bb244a96d59b0d156 100644 --- a/aleksis/core/apps.py +++ b/aleksis/core/apps.py @@ -43,9 +43,10 @@ class CoreConfig(AppConfig): ([2019, 2020, 2021, 2022], "Dominik George", "dominik.george@teckids.org"), ([2019, 2020, 2021, 2022], "Tom Teichler", "tom.teichler@teckids.org"), ([2019], "mirabilos", "thorsten.glaser@teckids.org"), + ([2021, 2022], "magicfelix", "felix@felix-zauberer.de"), ([2021], "Lloyd Meins", "meinsll@katharineum.de"), - ([2021], "magicfelix", "felix@felix-zauberer.de"), ([2022], "Benedict Suska", "benedict.suska@teckids.org"), + ([2022], "Lukas Weichelt", "lukas.weichelt@teckids.org"), ) def ready(self): diff --git a/pyproject.toml b/pyproject.toml index 5af69972cdf9507c083128ac8bbd82f5ea5d332a..093d1ea74b06f95cd6edb4128d4923b18cc9f638 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ authors = [ "Hangzhi Yu <yuha@katharineum.de>", "Lloyd Meins <meinsll@katharineum.de>", "magicfelix <felix@felix-zauberer.de>", - "Benedict Suska <benedict.suska@teckids.de>" + "Benedict Suska <benedict.suska@teckids.de>", + "Lukas Weichelt <lukas.weichelt@teckids.de>" ] maintainers = [ "Jonathan Weth <dev@jonathanweth.de>",