gnu: python-mpmath: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-mpmath)[home-page]: Use HTTPS URI.master
parent
6829592159
commit
a6004b5fd2
|
@ -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
|
||||
|
|
Reference in New Issue