ngz pushed a commit to branch master
in repository guix.
commit a6004b5fd27e56dc28786fe77e42d2468f9a0be8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:27:14 2021 +0100
gnu: python-mpmath: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-mpmath)[home-page]: Use HTTPS URI.
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 277f31b..631cb14 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