Skip to content

Commit bef415d

Browse files
committed
BUILD: Changed the GitHub organisation from DNSControl to StackExchange.
1 parent df8d1e7 commit bef415d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

documentation/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Choose one of the following installation methods:
1515
On 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

0 commit comments

Comments
 (0)