gnu: ipopt: Use HTTPS home page URI.

* gnu/packages/maths.scm (ipopt)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-06-10 17:27:41 +02:00
parent 0661638f5e
commit d5fd9c7223
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -1601,7 +1601,7 @@ online as well as original implementations of various other algorithms.")
(inputs
;; TODO: Maybe add dependency on COIN-MUMPS, ASL, and HSL.
`(("lapack" ,lapack))) ;for both libblas and liblapack
(home-page "http://www.coin-or.org")
(home-page "https://www.coin-or.org")
(synopsis "Large-scale nonlinear optimizer")
(description
"The Interior Point Optimizer (IPOPT) is a software package for