summary refs log tree commit diff
path: root/pkgs/tools/filesystems/btrfs-progs/default.nix
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/tools/filesystems/btrfs-progs/default.nix
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/tools/filesystems/btrfs-progs/default.nix')
-rw-r--r--pkgs/tools/filesystems/btrfs-progs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/filesystems/btrfs-progs/default.nix b/pkgs/tools/filesystems/btrfs-progs/default.nix
index 921d359616e8..46c5bc6071f5 100644
--- a/pkgs/tools/filesystems/btrfs-progs/default.nix
+++ b/pkgs/tools/filesystems/btrfs-progs/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     description = "Utilities for the btrfs filesystem";
     homepage = https://btrfs.wiki.kernel.org/;
     license = licenses.gpl2;
-    maintainers = with maintainers; [ nckx raskin wkennington ];
+    maintainers = with maintainers; [ raskin wkennington ];
     platforms = platforms.linux;
   };
 }