From 9abf3d1b1debdb4219ea87d6b326a109154a7ae3 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Sun, 2 Jul 2023 21:23:25 +0200
Subject: [PATCH] Add myself as author

---
 README.rst                | 1 +
 aleksis/apps/kort/apps.py | 1 +
 pyproject.toml            | 1 +
 3 files changed, 3 insertions(+)

diff --git a/README.rst b/README.rst
index 87f1b87..51f681e 100644
--- a/README.rst
+++ b/README.rst
@@ -18,6 +18,7 @@ Licence
 
   Copyright © 2021, 2022 Jonathan Weth <dev@jonathanweth.de>
   Copyright © 2021 Margarete Grassl <grasslma@katharineum.de>
+  Copyright © 2023 Dominik George <dominik.george@teckids.org>
 
   Licenced under the EUPL, version 1.2 or later
 
diff --git a/aleksis/apps/kort/apps.py b/aleksis/apps/kort/apps.py
index 1ca3196..fc2fcd9 100644
--- a/aleksis/apps/kort/apps.py
+++ b/aleksis/apps/kort/apps.py
@@ -22,6 +22,7 @@ class DefaultConfig(AppConfig):
             "dev@jonathanweth.de",
         ),
         ([2021], "Margarete Grassl", "grasslma@katharineum.de"),
+        ([2023], "Dominik George", "dominik.george@teckids.org"),
     )
 
     @classmethod
diff --git a/pyproject.toml b/pyproject.toml
index a4f542c..42bd08f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,7 @@ description = "AlekSIS (School Information System) — App Kort (manage stud
 authors = [
   "Margarete Grassl <grasslma@katharineum.de>",
   "Jonathan Weth <dev@jonathanweth.de>",
+  "Dominik George <dominik.george@teckids.org>",
 ]
 license = "EUPL-1.2"
 homepage = "https://aleksis.org"
-- 
GitLab