gnu: python-gast: Update home page.
* gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of PyPI page.
This commit is contained in:
parent
5cce7a6824
commit
8f2bc17f2b
1 changed files with 1 additions and 1 deletions
|
@ -23555,7 +23555,7 @@ distribution.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-astunparse))
|
(list python-astunparse))
|
||||||
(home-page "https://pypi.org/project/gast/")
|
(home-page "https://github.com/serge-sans-paille/gast/")
|
||||||
(synopsis "Generic Python AST that abstracts the underlying Python version")
|
(synopsis "Generic Python AST that abstracts the underlying Python version")
|
||||||
(description
|
(description
|
||||||
"GAST provides a compatibility layer between the AST of various Python
|
"GAST provides a compatibility layer between the AST of various Python
|
||||||
|
|
Reference in a new issue