diff --git a/.goreleaser.yml b/.goreleaser.yml index 47e08f996948..8b8a0d45762f 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -3,7 +3,7 @@ project_name: golangci-lint release: github: - owner: golangci + owner: LilithGames name: golangci-lint builds: @@ -73,7 +73,7 @@ changelog: brews: - tap: - owner: golangci + owner: LilithGames name: homebrew-tap folder: Formula homepage: https://golangci.com diff --git a/install.sh b/install.sh index 95aad9d88cfb..62980fb1d632 100644 --- a/install.sh +++ b/install.sh @@ -366,7 +366,7 @@ End of functions from https://github.com/client9/shlib EOF PROJECT_NAME="golangci-lint" -OWNER=golangci +OWNER=LilithGames REPO="golangci-lint" BINARY=golangci-lint FORMAT=tar.gz