BUILD: Changed the GitHub organisation from DNSControl to StackExchange.

This commit is contained in:
Jeffrey Cafferata 2025-08-18 21:01:52 +02:00
parent 554d1b40b7
commit 125c8bdada
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -157,7 +157,7 @@ homebrew_casks:
-
name: dnscontrol
url:
template: "https://github.com/DNSControl/dnscontrol/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
template: "https://github.com/StackExchange/dnscontrol/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: goreleaserbot
email: bot@goreleaser.com
@ -169,7 +169,7 @@ homebrew_casks:
conflicts:
- formula: dnscontrol
repository:
owner: dnscontrol
owner: StackExchange
name: homebrew-tap
branch: main
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
@ -192,7 +192,7 @@ release:
##### Install with [Homebrew](https://brew.sh) (recommended)
```shell
brew install dnscontrol/tap/dnscontrol
brew install StackExchange/tap/dnscontrol
```
##### Using with [Docker](https://www.docker.com)
@ -220,7 +220,7 @@ release:
#### Update with [Homebrew](https://brew.sh)
```shell
brew upgrade dnscontrol/tap/dnscontrol
brew upgrade StackExchange/tap/dnscontrol
```
Alternatively, you can grab the latest binary (or the apt/rpm/deb package) from this page.

View file

@ -15,7 +15,7 @@ Choose one of the following installation methods:
On macOS (or Linux) you can install it using [Homebrew](https://brew.sh).
```shell
brew install dnscontrol/tap/dnscontrol
brew install StackExchange/tap/dnscontrol
```
### Docker