mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -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)))
|
("python-six" ,python-six)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests/ in the PyPI tarball
|
`(#: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")
|
(synopsis "GraphQL Framework for Python")
|
||||||
(description
|
(description
|
||||||
"Graphene is a Python library for building GraphQL schemas/types.
|
"Graphene is a Python library for building GraphQL schemas/types.
|
||||||
|
|
Loading…
Reference in a new issue