guix-commits
[Top][All Lists]
Advanced

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

18/20: gnu: python2-py2neo: Use HTTPS home page.


From: guix-commits
Subject: 18/20: gnu: python2-py2neo: Use HTTPS home page.
Date: Mon, 2 Mar 2020 23:24:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1084e86b590d39d3ea8ee2388fd13b6c3bc1301a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:38:56 2020 +0100

    gnu: python2-py2neo: Use HTTPS home page.
    
    * gnu/packages/databases.scm (python2-py2neo)[home-page]: Use HTTPS.
---
 gnu/packages/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index d55bc7d..d489184 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2752,7 +2752,7 @@ being idiomatic to Python.")
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2))
-    (home-page "http://py2neo.org";)
+    (home-page "https://py2neo.org";)
     (synopsis "Library and toolkit for working with Neo4j in Python")
     (description "This package provides a client library and toolkit for
 working with Neo4j from within Python applications and from the command



reply via email to

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