diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:27:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-29 15:21:45 +0100 |
commit | 28191bdcdec8c58ca5999f519d8ae4372784bff2 (patch) | |
tree | e81e7768e763c85b0a876377ec532d54e2aff8a0 /gnu | |
parent | ec09abc6acdb5e1c9df357c71976bb61e9249264 (diff) |
gnu: python2-numpy-documentation: Update home page.
* gnu/packages/python-xyz.scm (python2-numpy-documentation)[home-page]:
Follow (HTTPS) redirection.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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 |