Merge pull request #129965 from helsinki-systems/fix/dhcp-license

dhcp: was relicensed from ISC to MPL2.0 in 2018
This commit is contained in:
Sandro
2021-07-11 23:18:19 +02:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.isc.org/dhcp/";
license = licenses.isc;
license = licenses.mpl20;
platforms = platforms.unix;
};
}