···2222 meta = with stdenv.lib; {
2323 description = "Sets your computer's clock from time servers on the Net";
2424 homepage = http://chrony.tuxfamily.org/;
2525- repository.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git;
2525+ repositories.git = git://git.tuxfamily.org/gitroot/chrony/chrony.git;
2626 license = licenses.gpl2;
2727 platforms = with platforms; linux ++ freebsd ++ openbsd;
2828 maintainers = with maintainers; [ rickynils fpletz ];
29293030 longDescription = ''
3131- 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.
3131+ Chronyd is a daemon which runs in background on the system. It obtains
3232+ measurements via the network of the system clock’s offset relative to
3333+ time servers on other systems and adjusts the system time accordingly.
3434+ For isolated systems, the user can periodically enter the correct time by
3535+ hand (using Chronyc). In either case, Chronyd determines the rate at
3636+ which the computer gains or loses time, and compensates for this. Chronyd
3737+ implements the NTP protocol and can act as either a client or a server.
32383333- Chronyc provides a user interface to Chronyd for monitoring its performance and configuring various settings. It can do so while running on the same computer as the Chronyd instance it is controlling or a different computer.
3939+ Chronyc provides a user interface to Chronyd for monitoring its
4040+ performance and configuring various settings. It can do so while running
4141+ on the same computer as the Chronyd instance it is controlling or a
4242+ different computer.
3443 '';
3544 };
3645}