Merge pull request #164850 from bobvanderlinden/patch-3

CODEOWNERS: add @NixOS/systemd for systemd files
This commit is contained in:
Florian Klink 2022-03-22 20:19:27 +01:00 committed by GitHub
commit 66d57184af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/CODEOWNERS vendored
View File

@ -77,6 +77,12 @@
# NixOS integration test driver
/nixos/lib/test-driver @tfc
# Systemd
/nixos/modules/system/boot/systemd.nix @NixOS/systemd
/nixos/modules/system/boot/systemd @NixOS/systemd
/nixos/lib/systemd-*.nix @NixOS/systemd
/pkgs/os-specific/linux/systemd @NixOS/systemd
# Updaters
## update.nix
/maintainers/scripts/update.nix @jtojnar