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:
Marius Bakke 2022-09-11 16:53:28 +02:00
parent 5cce7a6824
commit 8f2bc17f2b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -23555,7 +23555,7 @@ (define-public python-gast
(build-system python-build-system)
(propagated-inputs
(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")
(description
"GAST provides a compatibility layer between the AST of various Python