guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: python-scikit-image: Use HTTPS home page.


From: guix-commits
Subject: 08/09: gnu: python-scikit-image: Use HTTPS home page.
Date: Wed, 19 Feb 2020 18:46:39 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 082c733c1d7e20efd736cd79bc2ad7641223d37a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:08:27 2020 +0100

    gnu: python-scikit-image: Use HTTPS home page.
    
    * gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use 
HTTPS.
---
 gnu/packages/python-science.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b424136..8dcc6e7 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -189,7 +189,7 @@ routines such as routines for numerical integration and 
optimization.")
        ("python-six" ,python-six)))
     (native-inputs
      `(("python-cython" ,python-cython)))
-    (home-page "http://scikit-image.org/";)
+    (home-page "https://scikit-image.org/";)
     (synopsis "Image processing in Python")
     (description
      "Scikit-image is a collection of algorithms for image processing.")



reply via email to

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