Commit aa5768a2 authored by qbisi's avatar qbisi
Browse files

ipopt: licenses.epl10 -> licenses.epl20

parent 3df46788
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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