Skip to content

Commit 39684e2

Browse files
committed
goreleaser fixes
1 parent 5e42064 commit 39684e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before:
44
- go mod tidy
55
builds:
66
-
7-
main: ./cmd/gitpert.go
7+
main: ./gitpert.go
88
env:
99
- CGO_ENABLED=0
1010
brews:
@@ -15,8 +15,8 @@ brews:
1515
commit_author:
1616
name: augmentable
1717
18-
homepage: "https://augmentable.io/"
19-
description: "gitpert measures the "pertinence" of git authors as a time-decayed measure of LOC added and removed to a repository (or a set of files in a repository)."
18+
homepage: "https://github.com/augmentable-dev/gitpert/"
19+
description: "measure the pertinence of git authors as a time-decayed measure of LOC added and removed to a repository (or a set of files in a repository)"
2020

2121
archives:
2222
- replacements:

0 commit comments

Comments
 (0)