Skip to content

Commit 12c3eeb

Browse files
authored
Merge pull request #40 from dispatchrun/homebrew-lint-fixes
goreleaser: apply homebrew lint fixes
2 parents 00ba3bc + 0545ecd commit 12c3eeb

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
@@ -40,14 +40,14 @@ brews:
4040

4141
homepage: "https://dispatch.run"
4242

43-
description: "Dispatch"
43+
description: "A platform for developing scalable & reliable distributed systems."
4444

45-
license: "Apache 2.0"
45+
license: "Apache-2.0"
4646

4747
skip_upload: false
4848

4949
test: |
50-
system "#{bin}/dispatch --version"
50+
system "#{bin}/dispatch", "--version"
5151
5252
repository:
5353
owner: dispatchrun

0 commit comments

Comments
 (0)