diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-06-10 17:27:41 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-06-10 17:27:41 +0200 |
commit | d5fd9c72235cfe5302edf9a5bed01edd1288c5b7 (patch) | |
tree | 695e72af192786aac46c0bec63437feaa291a55a /gnu/packages/maths.scm | |
parent | 0661638f5ef2b874769720a2109a8499aef3ae34 (diff) | |
download | guix-d5fd9c72235cfe5302edf9a5bed01edd1288c5b7.tar.gz |
gnu: ipopt: Use HTTPS home page URI.
* gnu/packages/maths.scm (ipopt)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 9a24625a52..fe1dfdcb67 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 |