File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
documentation/getting-started Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ homebrew_casks:
157157 -
158158 name : dnscontrol
159159 url :
160- template : " https://github.com/DNSControl /dnscontrol/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
160+ template : " https://github.com/StackExchange /dnscontrol/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
161161 commit_author :
162162 name : goreleaserbot
163163 email : bot@goreleaser.com
@@ -169,7 +169,7 @@ homebrew_casks:
169169 conflicts :
170170 - formula : dnscontrol
171171 repository :
172- owner : dnscontrol
172+ owner : StackExchange
173173 name : homebrew-tap
174174 branch : main
175175 token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
@@ -205,7 +205,7 @@ release:
205205 ##### Install with [Homebrew](https://brew.sh) (recommended)
206206
207207 ```shell
208- brew install dnscontrol /tap/dnscontrol
208+ brew install StackExchange /tap/dnscontrol
209209 ```
210210
211211 ##### Using with [Docker](https://www.docker.com)
@@ -233,7 +233,7 @@ release:
233233 #### Update with [Homebrew](https://brew.sh)
234234
235235 ```shell
236- brew upgrade dnscontrol /tap/dnscontrol
236+ brew upgrade StackExchange /tap/dnscontrol
237237 ```
238238
239239 Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Choose one of the following installation methods:
1515On macOS (or Linux) you can install it using [ Homebrew] ( https://brew.sh ) .
1616
1717``` shell
18- brew install dnscontrol /tap/dnscontrol
18+ brew install StackExchange /tap/dnscontrol
1919```
2020
2121### Docker
You can’t perform that action at this time.
0 commit comments