summary refs log tree commit diff
path: root/pkgs/os-specific/linux/paxctl
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2015-10-05 11:17:56 +0200
committerRicardo M. Correia <rcorreia@wizy.org>2015-10-05 11:19:13 +0200
commit89cec2d21b59e23be6ed25dfcb9e6d3a08997d23 (patch)
tree6202a13542614efb7b9d1a594daf10253eb75553 /pkgs/os-specific/linux/paxctl
parent3b9e450e42f0ad8ff1f9ee0aac60328b2b10db1d (diff)
downloadnixpkgs-89cec2d21b59e23be6ed25dfcb9e6d3a08997d23.tar
nixpkgs-89cec2d21b59e23be6ed25dfcb9e6d3a08997d23.tar.gz
nixpkgs-89cec2d21b59e23be6ed25dfcb9e6d3a08997d23.tar.bz2
nixpkgs-89cec2d21b59e23be6ed25dfcb9e6d3a08997d23.tar.lz
nixpkgs-89cec2d21b59e23be6ed25dfcb9e6d3a08997d23.tar.xz
nixpkgs-89cec2d21b59e23be6ed25dfcb9e6d3a08997d23.tar.zst
nixpkgs-89cec2d21b59e23be6ed25dfcb9e6d3a08997d23.zip
gradm, paxctl, pax-utils: unmaintain
Diffstat (limited to 'pkgs/os-specific/linux/paxctl')
-rw-r--r--pkgs/os-specific/linux/paxctl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/paxctl/default.nix b/pkgs/os-specific/linux/paxctl/default.nix
index 8402b952ff7..afb342768c3 100644
--- a/pkgs/os-specific/linux/paxctl/default.nix
+++ b/pkgs/os-specific/linux/paxctl/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     homepage    = "https://pax.grsecurity.net";
     license     = licenses.gpl2;
     platforms   = platforms.linux;
-    maintainers = with maintainers; [ thoughtpolice wizeman ];
+    maintainers = with maintainers; [ thoughtpolice ];
   };
 }