1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

CODEOWNERS: add @NixOS/systemd for systemd files

This commit is contained in:
Bob van der Linden 2022-03-19 12:35:41 +01:00 committed by GitHub
parent 93709c2d6b
commit 72faca439d
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/boot/systemd.nix @NixOS/systemd
/nixos/modules/boot/systemd-*.nix @NixOS/systemd
/nixos/lib/systemd-*.nix @NixOS/systemd
/pkgs/os-specific/linux/systemd @NixOS/systemd
# Updaters
## update.nix
/maintainers/scripts/update.nix @jtojnar