osi: Change license to epl20

This commit is contained in:
Tobias Markus 2023-04-03 12:58:00 +02:00
parent eae9398010
commit 55fae22f98

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "An abstract base class to a generic linear programming (LP) solver";
homepage = "https://github.com/coin-or/Osi";
license = licenses.epl10;
license = licenses.epl20;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];
};