summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2022-03-22 19:22:41 +0100
committerGitHub <noreply@github.com>2022-03-22 19:22:41 +0100
commitd220f223ec66f8eb71a1e96c6c859e3918a67ee1 (patch)
tree3e2b80816c8ad02dc4e4cc667c91ea18dc9b0ca4 /.github/CODEOWNERS
parent42784b3d20026475933bca01e0cd0f5b6e6c25b8 (diff)
CODEOWNERS: use correct paths for systemd
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 895652830ee6b..cb9e7bfb04c15 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -78,8 +78,8 @@
 /nixos/lib/test-driver  @tfc
 
 # Systemd
-/nixos/modules/boot/systemd.nix      @NixOS/systemd @Kloenk
-/nixos/modules/boot/systemd-*.nix    @NixOS/systemd @Kloenk
+/nixos/modules/system/boot/systemd.nix      @NixOS/systemd @Kloenk
+/nixos/modules/system/boot/systemd    @NixOS/systemd @Kloenk
 /nixos/lib/systemd-*.nix             @NixOS/systemd @Kloenk
 /pkgs/os-specific/linux/systemd      @NixOS/systemd @Kloenk