summary refs log tree commit diff
path: root/pkgs/tools/networking/ntp
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-17 23:52:16 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-17 23:52:16 +0200
commit6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0 (patch)
tree29adad44381d1d43e85535efb123d8bc83fecdb9 /pkgs/tools/networking/ntp
parent4920d7adb07c653d0480bcd1fb99ba9b366f2f64 (diff)
downloadnixpkgs-6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0.tar
nixpkgs-6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0.tar.gz
nixpkgs-6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0.tar.bz2
nixpkgs-6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0.tar.lz
nixpkgs-6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0.tar.xz
nixpkgs-6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0.tar.zst
nixpkgs-6aba5e26b3bf79ba8e193ea3ece74011c1b33ce0.zip
ntp: add license
Diffstat (limited to 'pkgs/tools/networking/ntp')
-rw-r--r--pkgs/tools/networking/ntp/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/ntp/default.nix b/pkgs/tools/networking/ntp/default.nix
index 467b17e468a..19a90e2c13c 100644
--- a/pkgs/tools/networking/ntp/default.nix
+++ b/pkgs/tools/networking/ntp/default.nix
@@ -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;
   };