tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
semodule-utils: add RossComputerGuy as maintainer
Tristan Ross
2 years ago
725fec4a
58b70466
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
semodule-utils
default.nix
+1
-1
pkgs/os-specific/linux/semodule-utils/default.nix
reviewed
···
22
22
description = "SELinux policy core utilities (packaging additions)";
23
23
license = licenses.gpl2;
24
24
inherit (libsepol.meta) homepage platforms;
25
25
-
maintainers = [ ];
25
25
+
maintainers = with maintainers; [ RossComputerGuy ];
26
26
};
27
27
}