about summary refs log tree commit diff
path: root/pkgs/tools/networking/ntp
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-12-01 12:55:31 -0600
committerAustin Seipp <aseipp@pobox.com>2019-09-12 11:45:51 -0500
commitf0ad5ebdfb545cafd1df1c4c9b0d19f6bdec23ae (patch)
tree1b6fda9f21e4fb42a6c59625462238e28b4790d3 /pkgs/tools/networking/ntp
parenta61e94329fd1698e31ffb798b7ed50e882249d49 (diff)
nixos/{chrony,ntpd,openntpd}: add myself as maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/tools/networking/ntp')
-rw-r--r--pkgs/tools/networking/ntp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/ntp/default.nix b/pkgs/tools/networking/ntp/default.nix
index a990cb1ee9274..b890e07845e7c 100644
--- a/pkgs/tools/networking/ntp/default.nix
+++ b/pkgs/tools/networking/ntp/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
       # very close to isc and bsd2
       url = https://www.eecis.udel.edu/~mills/ntp/html/copyright.html;
     };
-    maintainers = [ maintainers.eelco ];
+    maintainers = with maintainers; [ eelco thoughtpolice ];
     platforms = platforms.linux;
   };
 }