summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorIvan Kozik <ivan@ludios.org>2020-01-19 17:18:34 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2020-01-19 12:18:34 -0500
commit76ab11518d867597956bfe758b96b011ce63eb26 (patch)
tree7fb1064e4f7d5eb0aa51d640dae0ea83a840796e /pkgs/applications/video
parentb1f7e20ca834f4b1ebf0df0da0ad2698ec65635f (diff)
downloadnixpkgs-76ab11518d867597956bfe758b96b011ce63eb26.tar
nixpkgs-76ab11518d867597956bfe758b96b011ce63eb26.tar.gz
nixpkgs-76ab11518d867597956bfe758b96b011ce63eb26.tar.bz2
nixpkgs-76ab11518d867597956bfe758b96b011ce63eb26.tar.lz
nixpkgs-76ab11518d867597956bfe758b96b011ce63eb26.tar.xz
nixpkgs-76ab11518d867597956bfe758b96b011ce63eb26.tar.zst
nixpkgs-76ab11518d867597956bfe758b96b011ce63eb26.zip
treewide: Remove myself from maintainers on some packages (#78027)
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/mpv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index c333790d6a6..0ea042c1314 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -234,7 +234,7 @@ in stdenv.mkDerivation rec {
     description = "A media player that supports many video formats (MPlayer and mplayer2 fork)";
     homepage = https://mpv.io;
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ AndersonTorres fpletz globin ivan ma27 tadeokondrak ];
+    maintainers = with maintainers; [ AndersonTorres fpletz globin ma27 tadeokondrak ];
     platforms = platforms.darwin ++ platforms.linux;
 
     longDescription = ''