From 0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sat, 1 Dec 2018 13:01:09 -0600 Subject: [PATCH] CODEOWNERS: add myself as owner of ntp packages Signed-off-by: Austin Seipp --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) 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