gradm, paxctl, pax-utils: unmaintain

wip/yesman
Ricardo M. Correia 9 years ago
parent 3b9e450e42
commit 89cec2d21b
  1. 2
      pkgs/os-specific/linux/gradm/default.nix
  2. 2
      pkgs/os-specific/linux/pax-utils/default.nix
  3. 2
      pkgs/os-specific/linux/paxctl/default.nix

@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
homepage = "https://grsecurity.net";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice wizeman ];
maintainers = with maintainers; [ thoughtpolice ];
};
}

@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = "http://dev.gentoo.org/~vapier/dist/";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = with maintainers; [ thoughtpolice wizeman ];
maintainers = with maintainers; [ thoughtpolice ];
};
}

@ -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 ];
};
}

Loading…
Cancel
Save