diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:37:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-01 14:41:38 +0100 |
commit | 3dd74c8dc5192c3ffae5c991aa63aa6154a1bc7d (patch) | |
tree | 2dd9dd0d4d52705e224c81635c89c59f0afe5204 /gnu/packages/python-xyz.scm | |
parent | 203475e430126031667fd4b3e4c7bf1386fd52df (diff) | |
download | guix-3dd74c8dc5192c3ffae5c991aa63aa6154a1bc7d.tar.gz |
gnu: python-graphene: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-graphene)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 c921d241ee..a6873bccdc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11551,7 +11551,7 @@ from Facebook.") ("python-six" ,python-six))) (arguments `(#:tests? #f)) ; no tests/ in the PyPI tarball - (home-page "http://graphene-python.org/") + (home-page "https://graphene-python.org/") (synopsis "GraphQL Framework for Python") (description "Graphene is a Python library for building GraphQL schemas/types. |