diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:27:14 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:27:14 +0100 |
commit | a6004b5fd27e56dc28786fe77e42d2468f9a0be8 (patch) | |
tree | 80f6639bcdfbe974555338ca830d7ab37a00daea /gnu/packages | |
parent | 68295921591b63ef608868c417aab40f05037b18 (diff) | |
download | guix-a6004b5fd27e56dc28786fe77e42d2468f9a0be8.tar guix-a6004b5fd27e56dc28786fe77e42d2468f9a0be8.tar.gz |
gnu: python-mpmath: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-mpmath)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 277f31bdc3..631cb1405b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8074,7 +8074,7 @@ and statistical routines from scipy and statsmodels.") (replace 'check (lambda _ (invoke "python" "mpmath/tests/runtests.py" "-local")))))) - (home-page "http://mpmath.org") + (home-page "https://mpmath.org") (synopsis "Arbitrary-precision floating-point arithmetic in python") (description "@code{mpmath} can be used as an arbitrary-precision substitute for |