gnu: python2-numpy-documentation: Update home page.

* gnu/packages/python-xyz.scm (python2-numpy-documentation)[home-page]:
Follow (HTTPS) redirection.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:27:57 +01:00
parent ec09abc6ac
commit 28191bdcde
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -3464,7 +3464,7 @@ include_dirs = ~a/include
(with-directory-excursion "/tmp" (with-directory-excursion "/tmp"
(invoke "python" "-c" (invoke "python" "-c"
"import numpy; numpy.test(verbose=2)"))))))) "import numpy; numpy.test(verbose=2)")))))))
(home-page "http://www.numpy.org/") (home-page "https://numpy.org")
(synopsis "Fundamental package for scientific computing with Python") (synopsis "Fundamental package for scientific computing with Python")
(description "NumPy is the fundamental package for scientific computing (description "NumPy is the fundamental package for scientific computing
with Python. It contains among other things: a powerful N-dimensional array with Python. It contains among other things: a powerful N-dimensional array