Skip to content

Commit 79762f1

Browse files
Update .goreleaser.yaml
1 parent 52b0c9d commit 79762f1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.goreleaser.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,17 @@ changelog:
2525
brews:
2626
- tap:
2727
owner: znscli
28-
name: homebrew
28+
name: homebrew-tap
2929
name: zns
3030
homepage: "https://github.com/znscli/zns"
31-
description: "Foobar"
31+
description: "A CLI tool for querying DNS records with readable, colored output."
3232
license: "MIT"
3333
skip_upload: auto
3434
commit_author:
35-
name: Bruno Schaatsbergen
36-
email: bruno@zns.sh
35+
name: zns
36+
email: releases@zns.sh
3737
folder: Formula
3838
install: |-
3939
bin.install "zns"
4040
test: |
4141
system "#{bin}/zns -v"
42-

0 commit comments

Comments
 (0)