shelley: fix homebrew tap location

Philip Zeyliger created

Change summary

.goreleaser.yml | 2 +-
README.md       | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

.goreleaser.yml 🔗

@@ -51,7 +51,7 @@ release:
 
 brews:
   - repository:
-      owner: philz
+      owner: boldsoftware
       name: homebrew-tap
       token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
     directory: Formula

README.md 🔗

@@ -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