summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 21:27:57 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-29 15:21:45 +0100
commit28191bdcdec8c58ca5999f519d8ae4372784bff2 (patch)
treee81e7768e763c85b0a876377ec532d54e2aff8a0 /gnu/packages/python-xyz.scm
parentec09abc6acdb5e1c9df357c71976bb61e9249264 (diff)
downloadguix-patches-28191bdcdec8c58ca5999f519d8ae4372784bff2.tar
guix-patches-28191bdcdec8c58ca5999f519d8ae4372784bff2.tar.gz
gnu: python2-numpy-documentation: Update home page.
* gnu/packages/python-xyz.scm (python2-numpy-documentation)[home-page]: Follow (HTTPS) redirection.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ea09b756e..c5791fd22a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3464,7 +3464,7 @@ include_dirs = ~a/include
(with-directory-excursion "/tmp"
(invoke "python" "-c"
"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")
(description "NumPy is the fundamental package for scientific computing
with Python. It contains among other things: a powerful N-dimensional array