.goreleaser.yml 🔗
@@ -51,7 +51,7 @@ release:
brews:
- repository:
- owner: philz
+ owner: boldsoftware
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
directory: Formula
Philip Zeyliger created
.goreleaser.yml | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -51,7 +51,7 @@ release:
brews:
- repository:
- owner: philz
+ owner: boldsoftware
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
directory: Formula
@@ -28,7 +28,7 @@ The binaries are on the [releases page](https://github.com/boldsoftware/shelley/
## Homebrew (macOS/Linux)
```bash
-brew install philz/tap/shelley
+brew install boldsoftware/tap/shelley
```
## Build from Source