From 484c8ba0553f20e0dbd0b0f03f785d83bea1098b Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Tue, 10 Oct 2023 14:04:01 -0700 Subject: [PATCH] Use the pypi project page as the default homepage for pip generator --- pkg/gen/tmpls/pip.tmpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gen/tmpls/pip.tmpl.sh b/pkg/gen/tmpls/pip.tmpl.sh index c92d144..19167b3 100644 --- a/pkg/gen/tmpls/pip.tmpl.sh +++ b/pkg/gen/tmpls/pip.tmpl.sh @@ -2,7 +2,7 @@ name='{{.name | tolower}}' version='{{.version}}' release='1' desc='{{.description}}' -homepage='https://example.com' +homepage='https://pypi.org/project/{{.name}}/' maintainer='Example ' architectures=('all') license=('custom:Unknown')