mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
semodule-utils: add RossComputerGuy as maintainer
This commit is contained in:
parent
58b7046611
commit
725fec4ad8
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
||||
description = "SELinux policy core utilities (packaging additions)";
|
||||
license = licenses.gpl2;
|
||||
inherit (libsepol.meta) homepage platforms;
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ RossComputerGuy ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user