summary refs log tree commit diff
path: root/pkgs/applications/version-management
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/version-management
parent49616bdff79dbeeaef1543e161a746904a3495fd (diff)
downloadnixlib-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar
nixlib-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.gz
nixlib-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.bz2
nixlib-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.lz
nixlib-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.xz
nixlib-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.zst
nixlib-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.zip
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-bz/default.nix1
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-hub/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-bz/default.nix b/pkgs/applications/version-management/git-and-tools/git-bz/default.nix
index 4ed9c5c0509c..c14a027b4abe 100644
--- a/pkgs/applications/version-management/git-and-tools/git-bz/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-bz/default.nix
@@ -49,7 +49,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl2Plus;
     homepage = http://git.fishsoup.net/cgit/git-bz/;
 
-    maintainers = with maintainers; [ nckx ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/applications/version-management/git-and-tools/git-hub/default.nix b/pkgs/applications/version-management/git-and-tools/git-hub/default.nix
index f308073f1f1e..1c264739588a 100644
--- a/pkgs/applications/version-management/git-and-tools/git-hub/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-hub/default.nix
@@ -40,6 +40,5 @@ stdenv.mkDerivation rec {
     '';
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ nckx ];
   };
 }