Unverified Commit d84ffcc6 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

ipopt: adopt (#443362)

parents 6c43c52a 42379efb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -70,6 +70,9 @@ stdenv.mkDerivation rec {
    homepage = "https://projects.coin-or.org/Ipopt";
    license = lib.licenses.epl10;
    platforms = lib.platforms.unix;
    maintainers = [ ];
    maintainers = with lib.maintainers; [
      nim65s
      qbisi
    ];
  };
}