mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
libsepol: add RossComputerGuy as maintainer
This commit is contained in:
parent
61bf467bdb
commit
e73c6c54e6
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||
description = "SELinux binary policy manipulation library";
|
||||
homepage = "http://userspace.selinuxproject.org";
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ RossComputerGuy ];
|
||||
license = lib.licenses.gpl2Plus;
|
||||
pkgConfigModules = [ "libselinux" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user