ntp: make use of lib.licenses

This commit is contained in:
jopejoe1
2026-07-11 13:40:34 +02:00
parent bbb4df715c
commit 10dafbc0b2
+4 -4
View File
@@ -52,10 +52,10 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
homepage = "https://www.ntp.org/";
description = "Implementation of the Network Time Protocol";
license = {
# very close to isc and bsd2
url = "https://www.eecis.udel.edu/~mills/ntp/html/copyright.html";
};
license = lib.licenses.AND [
lib.licenses.ntp
lib.licenses.bsd2
];
maintainers = with lib.maintainers; [ thoughtpolice ];
platforms = lib.platforms.unix;
};