about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2024-03-06 20:35:38 +0000
committerGitHub <noreply@github.com>2024-03-06 20:35:38 +0000
commit067eb74ff82da2fb33a22a51a949e1f387b7ff06 (patch)
tree8adcbe1e15d8aef947efc53de4c427e9e7077fc6
parent7576ec1c130e7aec89cbd41f375a7b16303231a9 (diff)
parent5a1f7f0c7e81a6841b27341039b9eb88870e6080 (diff)
Merge pull request #289568 from dschrempf/kodi-orftvthek-updates
kodiPackages: add dschrempf as maintainer
-rw-r--r--maintainers/team-list.nix1
-rw-r--r--pkgs/applications/video/kodi/addons/mediathekview/default.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix
index b60063417d8e7..e3cbcfcd99c9a 100644
--- a/maintainers/team-list.nix
+++ b/maintainers/team-list.nix
@@ -494,6 +494,7 @@ with lib.maintainers; {
     members = [
       aanderse
       cpages
+      dschrempf
       edwtjo
       minijackson
       peterhoeg
diff --git a/pkgs/applications/video/kodi/addons/mediathekview/default.nix b/pkgs/applications/video/kodi/addons/mediathekview/default.nix
index 7f03d813388d6..890567d5d6d5f 100644
--- a/pkgs/applications/video/kodi/addons/mediathekview/default.nix
+++ b/pkgs/applications/video/kodi/addons/mediathekview/default.nix
@@ -20,6 +20,6 @@ buildKodiAddon rec {
     homepage = "https://github.com/mediathekview/plugin.video.mediathekview";
     description = "Access media libraries of German speaking broadcasting stations";
     license = licenses.mit;
-    maintainers = teams.kodi.members ++ [ lib.maintainers.dschrempf ];
+    maintainers = teams.kodi.members;
   };
 }