about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorajs124 <ajs124@users.noreply.github.com>2023-11-20 12:26:57 +0100
committerGitHub <noreply@github.com>2023-11-20 12:26:57 +0100
commitf1f62c94f61343b1dc8e9b91e52975890884f39f (patch)
treedff648db4b3fe26e53c933730ef4012f289ea641 /pkgs/applications/video
parent479b52677e2a565a1d06d2dd0a150da7371eaf5a (diff)
parent2c97a5caa739bf13ed8dc9fd62779b228846463e (diff)
Merge pull request #267114 from katexochen/maintainers/jfrankenau
maintainers: remove jfrankenau
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/scripts/mpris.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/scripts/mpris.nix b/pkgs/applications/video/mpv/scripts/mpris.nix
index 4d7bb155f5cc8..2deb0e9b976e1 100644
--- a/pkgs/applications/video/mpv/scripts/mpris.nix
+++ b/pkgs/applications/video/mpv/scripts/mpris.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/hoyon/mpv-mpris";
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ jfrankenau ];
+    maintainers = with maintainers; [ ];
     changelog = "https://github.com/hoyon/mpv-mpris/releases/tag/${version}";
   };
 }