about summary refs log tree commit diff
path: root/pkgs/applications/video
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 /pkgs/applications/video
parent7576ec1c130e7aec89cbd41f375a7b16303231a9 (diff)
parent5a1f7f0c7e81a6841b27341039b9eb88870e6080 (diff)
Merge pull request #289568 from dschrempf/kodi-orftvthek-updates
kodiPackages: add dschrempf as maintainer
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/kodi/addons/mediathekview/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };
 }