dhcp: was relicensed from ISC to MPL2.0 in 2018

see https://downloads.isc.org/isc/dhcp/4.4.0/dhcp-4.4.0-RELNOTES
This commit is contained in:
ajs124 2021-07-11 22:11:33 +02:00
parent 14df81c809
commit c8fefce416

View file

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