We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00ba3bc + 0545ecd commit 12c3eebCopy full SHA for 12c3eeb
1 file changed
.goreleaser.yml
@@ -40,14 +40,14 @@ brews:
40
41
homepage: "https://dispatch.run"
42
43
- description: "Dispatch"
+ description: "A platform for developing scalable & reliable distributed systems."
44
45
- license: "Apache 2.0"
+ license: "Apache-2.0"
46
47
skip_upload: false
48
49
test: |
50
- system "#{bin}/dispatch --version"
+ system "#{bin}/dispatch", "--version"
51
52
repository:
53
owner: dispatchrun
0 commit comments