gnu: python-mpmath: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-mpmath)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
6829592159
commit
a6004b5fd2
1 changed files with 1 additions and 1 deletions
|
|
@ -8074,7 +8074,7 @@ and statistical routines from scipy and statsmodels.")
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(invoke "python" "mpmath/tests/runtests.py" "-local"))))))
|
(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")
|
(synopsis "Arbitrary-precision floating-point arithmetic in python")
|
||||||
(description
|
(description
|
||||||
"@code{mpmath} can be used as an arbitrary-precision substitute for
|
"@code{mpmath} can be used as an arbitrary-precision substitute for
|
||||||
|
|
|
||||||
Reference in a new issue