diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:38:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:48 +0100 |
commit | 1084e86b590d39d3ea8ee2388fd13b6c3bc1301a (patch) | |
tree | 83a7b66a98ea19359c495f525b3e8885165c5212 /gnu/packages | |
parent | a0fdade220e320e9274832ee3ee4beda72f011cc (diff) |
gnu: python2-py2neo: Use HTTPS home page.
* gnu/packages/databases.scm (python2-py2neo)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/databases.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index d55bc7dcd8..d4891841e4 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 |