about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-07 00:02:06 +0000
committerGitHub <noreply@github.com>2024-03-07 00:02:06 +0000
commite0fd83a6589ece4aba5d7be946606c1b8bec30e7 (patch)
treeb99618d70573838bec6875819ca1465eb826f453 /pkgs/applications/video
parent8a8a630460413b06ebb48a4ff69d649071c4a245 (diff)
parentf32e786e98f0dc9cbf46a47f8cf79a9c57f6b777 (diff)
Merge master into staging-next
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;
   };
 }