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:
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
homepage = "https://www.isc.org/dhcp/";
|
||||
license = licenses.isc;
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user