diff --git a/docs/registry.md b/docs/registry.md index 97e0e4cc9b..256d968275 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -296,7 +296,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli | gomigrate | [asdf:joschi/asdf-gomigrate](https://github.com/joschi/asdf-gomigrate) | | gomplate | [aqua:hairyhenderson/gomplate](https://github.com/hairyhenderson/gomplate) [asdf:sneakybeaky/asdf-gomplate](https://github.com/sneakybeaky/asdf-gomplate) | | gopass | [aqua:gopasspw/gopass](https://github.com/gopasspw/gopass) [asdf:trallnag/asdf-gopass](https://github.com/trallnag/asdf-gopass) | -| goreleaser | [ubi:goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) [asdf:kforsthoevel/asdf-goreleaser](https://github.com/kforsthoevel/asdf-goreleaser) | +| goreleaser | [aqua:goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) [ubi:goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) [asdf:kforsthoevel/asdf-goreleaser](https://github.com/kforsthoevel/asdf-goreleaser) | | goss | [aqua:goss-org/goss](https://github.com/goss-org/goss) [asdf:raimon49/asdf-goss](https://github.com/raimon49/asdf-goss) | | gotestsum | [aqua:gotestyourself/gotestsum](https://github.com/gotestyourself/gotestsum) [asdf:pmalek/mise-gotestsum](https://github.com/pmalek/mise-gotestsum) | | graalvm | [asdf:asdf-community/asdf-graalvm](https://github.com/asdf-community/asdf-graalvm) | diff --git a/registry.toml b/registry.toml index 5af00d1b1e..a85fbec7e6 100644 --- a/registry.toml +++ b/registry.toml @@ -400,7 +400,7 @@ golines.backends = ["ubi:segmentio/golines", "go:github.com/segmentio/golines"] gomigrate.backends = ["asdf:joschi/asdf-gomigrate"] gomplate.backends = ["aqua:hairyhenderson/gomplate", "asdf:sneakybeaky/asdf-gomplate"] gopass.backends = ["aqua:gopasspw/gopass", "asdf:trallnag/asdf-gopass"] -goreleaser.backends = ["ubi:goreleaser/goreleaser", "asdf:kforsthoevel/asdf-goreleaser"] +goreleaser.backends = ["aqua:goreleaser/goreleaser", "ubi:goreleaser/goreleaser", "asdf:kforsthoevel/asdf-goreleaser"] goss.backends = ["aqua:goss-org/goss", "asdf:raimon49/asdf-goss"] gotestsum.backends = ["aqua:gotestyourself/gotestsum", "asdf:pmalek/mise-gotestsum"] graalvm.backends = ["asdf:asdf-community/asdf-graalvm"]