me
/
guix
Archived
1
0
Fork 0

gnu: python-graphene: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-graphene)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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.