diff --git a/.goreleaser.yml b/.goreleaser.yml index 4d4f3843a..f69cbccdf 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -48,8 +48,8 @@ brews: commit_author: name: auth0 email: support@auth0.com - homepage: https://cli.auth0.com - description: Supercharge your developer workflow. + homepage: https://auth0.github.io/auth0-cli + description: Auth0 command-line tool to supercharge your developer workflow license: MIT skip_upload: auto install: | @@ -68,8 +68,8 @@ scoop: name: auth0 email: support@auth0.com commit_msg_template: "Scoop manifest update for {{ .ProjectName }} version {{ .Tag }}" - homepage: https://github.com/auth0/auth0-cli - description: Supercharge your developer workflow. + homepage: https://auth0.github.io/auth0-cli + description: Auth0 command-line tool to supercharge your developer workflow license: MIT skip_upload: auto post_install: ["Write-Host 'Thanks for installing the Auth0 CLI'"]