Skip to content
Snippets Groups Projects
Verified Commit 9abf3d1b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add myself as author

parent 2264b954
No related branches found
No related tags found
1 merge request!14Draft: Resolve "Object / Person identification using SDM NFC cards"
Pipeline #134743 failed
...@@ -18,6 +18,7 @@ Licence ...@@ -18,6 +18,7 @@ Licence
Copyright © 2021, 2022 Jonathan Weth <dev@jonathanweth.de> Copyright © 2021, 2022 Jonathan Weth <dev@jonathanweth.de>
Copyright © 2021 Margarete Grassl <grasslma@katharineum.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 Licenced under the EUPL, version 1.2 or later
......
...@@ -22,6 +22,7 @@ class DefaultConfig(AppConfig): ...@@ -22,6 +22,7 @@ class DefaultConfig(AppConfig):
"dev@jonathanweth.de", "dev@jonathanweth.de",
), ),
([2021], "Margarete Grassl", "grasslma@katharineum.de"), ([2021], "Margarete Grassl", "grasslma@katharineum.de"),
([2023], "Dominik George", "dominik.george@teckids.org"),
) )
@classmethod @classmethod
......
...@@ -9,6 +9,7 @@ description = "AlekSIS (School Information System) — App Kort (manage stud ...@@ -9,6 +9,7 @@ description = "AlekSIS (School Information System) — App Kort (manage stud
authors = [ authors = [
"Margarete Grassl <grasslma@katharineum.de>", "Margarete Grassl <grasslma@katharineum.de>",
"Jonathan Weth <dev@jonathanweth.de>", "Jonathan Weth <dev@jonathanweth.de>",
"Dominik George <dominik.george@teckids.org>",
] ]
license = "EUPL-1.2" license = "EUPL-1.2"
homepage = "https://aleksis.org" homepage = "https://aleksis.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment