mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-graphene: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-graphene)[home-page]: Use HTTPS.
This commit is contained in:
parent
203475e430
commit
3dd74c8dc5
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue