summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-09-11 16:53:28 +0200
committerMarius Bakke <marius@gnu.org>2022-09-11 19:43:16 +0200
commit8f2bc17f2bb3340b4c8f8aaa4ff193da8e269e77 (patch)
tree3fd8cfc4a64f21f850e12f7a88b14afcb11e950f
parent5cce7a68246bc1ad4ca34886248ea86ee311b14a (diff)
downloadguix-8f2bc17f2bb3340b4c8f8aaa4ff193da8e269e77.tar.gz
gnu: python-gast: Update home page.
* gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of
PyPI page.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d83145e2dd..d977d21381 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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