1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

CODEOWNERS: update ownership for installShellFiles

Since Ericson2314 is the original codeowner of the files.
This commit is contained in:
Anderson Torres 2024-08-05 22:20:38 -03:00
parent 1fc77a5ce2
commit 32897dce90

5
.github/CODEOWNERS vendored
View file

@ -389,3 +389,8 @@ pkgs/by-name/lx/lxc* @adamcstephens
/pkgs/os-specific/linux/checkpolicy @RossComputerGuy
/pkgs/os-specific/linux/libselinux @RossComputerGuy
/pkgs/os-specific/linux/libsepol @RossComputerGuy
# installShellFiles
/pkgs/by-name/in/installShellFiles/* @Ericson2314
/pkgs/test/install-shell-files/* @Ericson2314
/doc/hooks/installShellFiles.section.md @Ericson2314