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')