Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

gradm, paxctl, pax-utils: unmaintain

+3 -3
+1 -1
pkgs/os-specific/linux/gradm/default.nix
··· 47 47 homepage = "https://grsecurity.net"; 48 48 license = licenses.gpl2; 49 49 platforms = platforms.linux; 50 - maintainers = with maintainers; [ thoughtpolice wizeman ]; 50 + maintainers = with maintainers; [ thoughtpolice ]; 51 51 }; 52 52 }
+1 -1
pkgs/os-specific/linux/pax-utils/default.nix
··· 19 19 homepage = "http://dev.gentoo.org/~vapier/dist/"; 20 20 license = licenses.gpl2; 21 21 platforms = platforms.linux; 22 - maintainers = with maintainers; [ thoughtpolice wizeman ]; 22 + maintainers = with maintainers; [ thoughtpolice ]; 23 23 }; 24 24 }
+1 -1
pkgs/os-specific/linux/paxctl/default.nix
··· 25 25 homepage = "https://pax.grsecurity.net"; 26 26 license = licenses.gpl2; 27 27 platforms = platforms.linux; 28 - maintainers = with maintainers; [ thoughtpolice wizeman ]; 28 + maintainers = with maintainers; [ thoughtpolice ]; 29 29 }; 30 30 }