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:
commit
eb28630a3d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
homepage = "https://www.isc.org/dhcp/";
|
||||
license = licenses.isc;
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue