We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6232f2 commit 89dfe65Copy full SHA for 89dfe65
.goreleaser.yaml
@@ -73,9 +73,9 @@ brews:
73
owner: yusuf-musleh
74
name: homebrew-mmar-tap
75
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
76
- directory: Formula
77
- homepage: "https://mmar.dev"
78
- description: mmar is a zero-dependancy, self-hostable, cross-platform HTTP tunnel that exposes your localhost to the world on a public URL.
79
- license: AGPLv3
80
- test: |
81
- system "#{bin}/mmar --version"
+ directory: Formula
+ homepage: "https://mmar.dev"
+ description: mmar is a zero-dependancy, self-hostable, cross-platform HTTP tunnel that exposes your localhost to the world on a public URL.
+ license: AGPLv3
+ test: |
+ system "#{bin}/mmar --version"
0 commit comments