Skip to content

Commit 558147a

Browse files
author
renai
committed
fix install
1 parent 6427923 commit 558147a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project_name: golangci-lint
33

44
release:
55
github:
6-
owner: golangci
6+
owner: LilithGames
77
name: golangci-lint
88

99
builds:
@@ -73,7 +73,7 @@ changelog:
7373

7474
brews:
7575
- tap:
76-
owner: golangci
76+
owner: LilithGames
7777
name: homebrew-tap
7878
folder: Formula
7979
homepage: https://golangci.com

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ End of functions from https://github.com/client9/shlib
366366
EOF
367367

368368
PROJECT_NAME="golangci-lint"
369-
OWNER=golangci
369+
OWNER=LilithGames
370370
REPO="golangci-lint"
371371
BINARY=golangci-lint
372372
FORMAT=tar.gz

0 commit comments

Comments
 (0)