clp: Change license to epl20

This commit is contained in:
Tobias Markus 2023-04-03 12:57:50 +02:00
parent 1718fc0b04
commit eae9398010

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
license = licenses.epl10;
license = licenses.epl20;
homepage = "https://github.com/coin-or/Clp";
description = "An open-source linear programming solver written in C++";
platforms = platforms.darwin ++ [ "x86_64-linux" ];