lilyp pushed a commit to branch clinguin
in repository guix.
commit 26d12e1f830a75e3f5dd7e77ebd19338fd8e3025
Author: Liliana Marie Prikler <[email protected]>
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)))