summary refs log tree commit diff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-12-01 13:01:09 -0600
committerAustin Seipp <aseipp@pobox.com>2019-09-12 11:45:51 -0500
commit0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240 (patch)
tree9507013e9921ae1e738ff75811209338e8cfb144 /.github/CODEOWNERS
parentf0ad5ebdfb545cafd1df1c4c9b0d19f6bdec23ae (diff)
downloadnixpkgs-0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240.tar
nixpkgs-0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240.tar.gz
nixpkgs-0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240.tar.bz2
nixpkgs-0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240.tar.lz
nixpkgs-0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240.tar.xz
nixpkgs-0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240.tar.zst
nixpkgs-0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240.zip
CODEOWNERS: add myself as owner of ntp packages
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 60fcf520ac1..247af50dd39 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -130,6 +130,12 @@
 /nixos/tests/hardened.nix @joachifm
 /pkgs/os-specific/linux/kernel/hardened-config.nix @joachifm
 
+# Network Time Daemons
+/pkgs/tools/networking/chrony @thoughtpolice
+/pkgs/tools/networking/ntp @thoughtpolice
+/pkgs/tools/networking/openntpd @thoughtpolice
+/nixos/modules/services/networking/ntp @thoughtpolice
+
 # Dhall
 /pkgs/development/dhall-modules      @Gabriel439 @Profpatsch
 /pkgs/development/interpreters/dhall @Gabriel439 @Profpatsch