ipopt: licenses.epl10 -> licenses.epl20

This commit is contained in:
qbisi
2025-10-21 01:56:34 +08:00
parent 3df4678858
commit aa5768a27e
+1 -1
View File
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Software package for large-scale nonlinear optimization";
homepage = "https://projects.coin-or.org/Ipopt";
license = lib.licenses.epl10;
license = lib.licenses.epl20;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
nim65s