gnu: python-graphene: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-graphene)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:37:54 +01:00
parent 203475e430
commit 3dd74c8dc5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11551,7 +11551,7 @@ (define-public python-graphene
("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.