guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python2-numpy-documentation: Update home page.


From: guix-commits
Subject: 02/05: gnu: python2-numpy-documentation: Update home page.
Date: Sat, 29 Feb 2020 09:22:40 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 28191bdcdec8c58ca5999f519d8ae4372784bff2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:27:57 2020 +0100

    gnu: python2-numpy-documentation: Update home page.
    
    * gnu/packages/python-xyz.scm (python2-numpy-documentation)[home-page]:
    Follow (HTTPS) redirection.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ea09b7..c5791fd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]