about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-16 22:59:13 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-16 23:00:49 +0100
commit0f84673f3dd72c3194ca861a5eafb218bbbcc43a (patch)
treec7256aa48b4ad77e760113199cff1f899f241ce4 /pkgs/applications/video
parent49616bdff79dbeeaef1543e161a746904a3495fd (diff)
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/clipgrab/default.nix1
-rw-r--r--pkgs/applications/video/gnome-mpv/default.nix1
-rw-r--r--pkgs/applications/video/minitube/default.nix1
3 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/video/clipgrab/default.nix b/pkgs/applications/video/clipgrab/default.nix
index 69f58fe94bd86..e9f172aad76e8 100644
--- a/pkgs/applications/video/clipgrab/default.nix
+++ b/pkgs/applications/video/clipgrab/default.nix
@@ -49,6 +49,5 @@ stdenv.mkDerivation rec {
     homepage = https://clipgrab.org/;
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ nckx ];
   };
 }
diff --git a/pkgs/applications/video/gnome-mpv/default.nix b/pkgs/applications/video/gnome-mpv/default.nix
index 2f073d1731dc9..3e5d49f803033 100644
--- a/pkgs/applications/video/gnome-mpv/default.nix
+++ b/pkgs/applications/video/gnome-mpv/default.nix
@@ -38,6 +38,5 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/gnome-mpv/gnome-mpv;
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ nckx ];
   };
 }
diff --git a/pkgs/applications/video/minitube/default.nix b/pkgs/applications/video/minitube/default.nix
index bef3a78d782eb..8b94204cd6274 100644
--- a/pkgs/applications/video/minitube/default.nix
+++ b/pkgs/applications/video/minitube/default.nix
@@ -36,6 +36,5 @@ stdenv.mkDerivation rec {
     homepage = https://flavio.tordini.org/minitube;
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ nckx ];
   };
 }