summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fatrace
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/os-specific/linux/fatrace
parent49616bdff79dbeeaef1543e161a746904a3495fd (diff)
downloadnixpkgs-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar
nixpkgs-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.gz
nixpkgs-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.bz2
nixpkgs-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.lz
nixpkgs-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.xz
nixpkgs-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.tar.zst
nixpkgs-0f84673f3dd72c3194ca861a5eafb218bbbcc43a.zip
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
Diffstat (limited to 'pkgs/os-specific/linux/fatrace')
-rw-r--r--pkgs/os-specific/linux/fatrace/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/fatrace/default.nix b/pkgs/os-specific/linux/fatrace/default.nix
index f68856f6b86..fd955676775 100644
--- a/pkgs/os-specific/linux/fatrace/default.nix
+++ b/pkgs/os-specific/linux/fatrace/default.nix
@@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
       Requires a Linux kernel with the FANOTIFY configuration option enabled.
       Enabling X86_MSR is also recommended for power-usage-report on x86.
     '';
-    maintainers = with maintainers; [ nckx ];
     platforms = platforms.linux;
   };
 }