~ruther/guix-local

8f2bc17f2bb3340b4c8f8aaa4ff193da8e269e77 — Marius Bakke 3 years ago 5cce7a6
gnu: python-gast: Update home page.

* gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of
PyPI page.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 23555,7 23555,7 @@ distribution.")
    (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