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
commit eb28630a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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