diff options
author | Austin Seipp <aseipp@pobox.com> | 2018-12-01 13:01:09 -0600 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2019-09-12 11:45:51 -0500 |
commit | 0aee12e0b3d4fdaca6a06b1e694b4a79f72e3240 (patch) | |
tree | 9507013e9921ae1e738ff75811209338e8cfb144 /.github | |
parent | f0ad5ebdfb545cafd1df1c4c9b0d19f6bdec23ae (diff) |
CODEOWNERS: add myself as owner of ntp packages
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 60fcf520ac193..247af50dd39d4 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 |