From 7126721a22a51af68611ee1791b1701ce2f24229 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sat, 19 Feb 2022 18:12:29 +0100
Subject: [PATCH] Update copyright and app config

---
 README.rst                      | 2 +-
 aleksis/apps/matrix/__init__.py | 2 --
 aleksis/apps/matrix/apps.py     | 2 +-
 pyproject.toml                  | 2 +-
 4 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/README.rst b/README.rst
index fddf3e7..c2099c6 100644
--- a/README.rst
+++ b/README.rst
@@ -16,7 +16,7 @@ Licence
 
 ::
 
-  Copyright © 2021 Dominik George <dominik.george@teckids.org>
+  Copyright © 2021, 2022 Jonathan Weth <dev@jonathanweth.de>
 
   Licenced under the EUPL, version 1.2 or later
 
diff --git a/aleksis/apps/matrix/__init__.py b/aleksis/apps/matrix/__init__.py
index 7da74f1..47838dc 100644
--- a/aleksis/apps/matrix/__init__.py
+++ b/aleksis/apps/matrix/__init__.py
@@ -4,5 +4,3 @@ try:
     __version__ = pkg_resources.get_distribution("AlekSIS-App-Matrix").version
 except Exception:
     __version__ = "unknown"
-
-default_app_config = "aleksis.apps.matrix.apps.DefaultConfig"
diff --git a/aleksis/apps/matrix/apps.py b/aleksis/apps/matrix/apps.py
index 64749ec..1c60d9e 100644
--- a/aleksis/apps/matrix/apps.py
+++ b/aleksis/apps/matrix/apps.py
@@ -10,4 +10,4 @@ class DefaultConfig(AppConfig):
         "Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix",
     }
     licence = "EUPL-1.2+"
-    copyright_info = (([2021], "Dominik George", "dominik.george@teckids.org"),)
+    copyright_info = (([2021, 2022], "Jonathan Weth", "dev@jonathanweth.de"),)
diff --git a/pyproject.toml b/pyproject.toml
index 9ff420a..1e1d1fd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ readme = "README.rst"
 include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"]
 
 description = "AlekSIS (School Information System) — App Matrix (Integration with Matrix/Element)"
-authors = ["Dominik George <dominik.george@teckids.org>"]
+authors = ["Jonathan Weth <dev@jonathanweth.de>"]
 maintainers = [
     "Jonathan Weth <wethjo@katharineum.de>",
     "Dominik George <dominik.george@teckids.org>"
-- 
GitLab