about summary refs log tree commit diff
path: root/pkgs/tools/networking/chrony
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2015-07-12 05:59:53 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2015-11-03 15:07:18 +0100
commit1a79058a8185342f1703d1ab579c8a81abfcda22 (patch)
tree30f8d9e255f329f982aec3e325c59df95a61e4a6 /pkgs/tools/networking/chrony
parent596b06bd1ca3a0f97c06dd84038775c291dae5ec (diff)
downloadnixlib-1a79058a8185342f1703d1ab579c8a81abfcda22.tar
nixlib-1a79058a8185342f1703d1ab579c8a81abfcda22.tar.gz
nixlib-1a79058a8185342f1703d1ab579c8a81abfcda22.tar.bz2
nixlib-1a79058a8185342f1703d1ab579c8a81abfcda22.tar.lz
nixlib-1a79058a8185342f1703d1ab579c8a81abfcda22.tar.xz
nixlib-1a79058a8185342f1703d1ab579c8a81abfcda22.tar.zst
nixlib-1a79058a8185342f1703d1ab579c8a81abfcda22.zip
chrony: Add fpletz to maintainers
Diffstat (limited to 'pkgs/tools/networking/chrony')
-rw-r--r--pkgs/tools/networking/chrony/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/chrony/default.nix b/pkgs/tools/networking/chrony/default.nix
index dc049a6f8089..e004525e1203 100644
--- a/pkgs/tools/networking/chrony/default.nix
+++ b/pkgs/tools/networking/chrony/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     repository.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git;
     license = licenses.gpl2;
     platforms = with platforms; linux ++ freebsd ++ openbsd;
-    maintainers = [ maintainers.rickynils ];
+    maintainers = with maintainers; [ rickynils fpletz ];
 
     longDescription = ''
       Chronyd is a daemon which runs in background on the system. It obtains measurements via the network of the system clock’s offset relative to time servers on other systems and adjusts the system time accordingly. For isolated systems, the user can periodically enter the correct time by hand (using Chronyc). In either case, Chronyd determines the rate at which the computer gains or loses time, and compensates for this. Chronyd implements the NTP protocol and can act as either a client or a server.