ntp: add license

This commit is contained in:
Markus Kowalewski 2018-08-17 23:52:16 +02:00
parent 4920d7adb0
commit 6aba5e26b3
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -41,6 +41,10 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.ntp.org/;
description = "An implementation of the Network Time Protocol";
license = {
# very close to isc and bsd2
url = https://www.eecis.udel.edu/~mills/ntp/html/copyright.html;
};
maintainers = [ maintainers.eelco ];
platforms = platforms.linux;
};