tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
gradm, paxctl, pax-utils: unmaintain
Ricardo M. Correia
10 years ago
89cec2d2
3b9e450e
+3
-3
3 changed files
expand all
collapse all
unified
split
pkgs
os-specific
linux
gradm
default.nix
pax-utils
default.nix
paxctl
default.nix
+1
-1
pkgs/os-specific/linux/gradm/default.nix
···
47
homepage = "https://grsecurity.net";
48
license = licenses.gpl2;
49
platforms = platforms.linux;
50
-
maintainers = with maintainers; [ thoughtpolice wizeman ];
51
};
52
}
···
47
homepage = "https://grsecurity.net";
48
license = licenses.gpl2;
49
platforms = platforms.linux;
50
+
maintainers = with maintainers; [ thoughtpolice ];
51
};
52
}
+1
-1
pkgs/os-specific/linux/pax-utils/default.nix
···
19
homepage = "http://dev.gentoo.org/~vapier/dist/";
20
license = licenses.gpl2;
21
platforms = platforms.linux;
22
-
maintainers = with maintainers; [ thoughtpolice wizeman ];
23
};
24
}
···
19
homepage = "http://dev.gentoo.org/~vapier/dist/";
20
license = licenses.gpl2;
21
platforms = platforms.linux;
22
+
maintainers = with maintainers; [ thoughtpolice ];
23
};
24
}
+1
-1
pkgs/os-specific/linux/paxctl/default.nix
···
25
homepage = "https://pax.grsecurity.net";
26
license = licenses.gpl2;
27
platforms = platforms.linux;
28
-
maintainers = with maintainers; [ thoughtpolice wizeman ];
29
};
30
}
···
25
homepage = "https://pax.grsecurity.net";
26
license = licenses.gpl2;
27
platforms = platforms.linux;
28
+
maintainers = with maintainers; [ thoughtpolice ];
29
};
30
}