gradm, paxctl, pax-utils: unmaintain

This commit is contained in:
Ricardo M. Correia 2015-10-05 11:17:56 +02:00
parent 3b9e450e42
commit 89cec2d21b
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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