Skip to content

Commit

Permalink
fix: convert brew -> brews (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdefeo committed Mar 8, 2020
1 parent fed079a commit a0b287c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,16 @@ changelog:
- 'README'
- Merge pull request
- Merge branch
brew:
github:
owner: mailchain
name: homebrew-tap
folder: Formula
homepage: https://mailchain.xyz
description: Secure, email-like messaging for blockchain addresses and accounts
test: |
system "#{bin}/mailchain -v"
brews:
-
github:
owner: mailchain
name: homebrew-tap
folder: Formula
homepage: https://mailchain.xyz
description: Secure, email-like messaging for blockchain addresses and accounts
test: |
system "#{bin}/mailchain -v"
scoop:
bucket:
owner: mailchain
Expand Down

0 comments on commit a0b287c

Please sign in to comment.