guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/15: gnu: python-hatchling: Use upstream homepage.


From: guix-commits
Subject: 05/15: gnu: python-hatchling: Use upstream homepage.
Date: Sun, 2 Apr 2023 06:49:08 -0400 (EDT)

lilyp pushed a commit to branch clinguin
in repository guix.

commit 26d12e1f830a75e3f5dd7e77ebd19338fd8e3025
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Mar 26 08:19:53 2023 +0200

    gnu: python-hatchling: Use upstream homepage.
    
    * gnu/packages/python-xyz.scm (python-hatchling)[home-page]: Use
    “hatch.pypa.io”.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0d9ba6173d..b210ce3dac 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1795,7 +1795,7 @@ version = '~a' " #$version))))))))
            python-pathspec
            python-pluggy
            python-tomli))
-    (home-page "https://pypi.org/project/hatchling/";)
+    (home-page "https://hatch.pypa.io/";)
     (synopsis "Extensible Python build backend")
     (description "Hatchling is an extensible Python build backend.")
     (license license:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]