diff --git a/docs/registry.md b/docs/registry.md index c3aec35a0..ff27829d8 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -220,7 +220,7 @@ editLink: false | erlang | [core:erlang](https://mise.jdx.dev/lang/erlang.html) | | esc | [asdf:fxsalazar/asdf-esc](https://github.com/fxsalazar/asdf-esc) | | esy | [asdf:asdf-community/asdf-esy](https://github.com/asdf-community/asdf-esy) | -| etcd | [asdf:particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd) [vfox:version-fox/vfox-etcd](https://github.com/version-fox/vfox-etcd) | +| etcd | [aqua:etcd-io/etcd](https://github.com/etcd-io/etcd) [asdf:particledecay/asdf-etcd](https://github.com/particledecay/asdf-etcd) [vfox:version-fox/vfox-etcd](https://github.com/version-fox/vfox-etcd) | | evans | [aqua:ktr0731/evans](https://github.com/ktr0731/evans) [asdf:goki90210/asdf-evans](https://github.com/goki90210/asdf-evans) | | eza | [asdf:lwiechec/asdf-eza](https://github.com/lwiechec/asdf-eza) | | fd | [ubi:sharkdp/fd](https://github.com/sharkdp/fd) [asdf:https://gitlab.com/wt0f/asdf-fd](https://gitlab.com/wt0f/asdf-fd) | diff --git a/registry.toml b/registry.toml index 2e2f2c2ff..e12e7fc75 100644 --- a/registry.toml +++ b/registry.toml @@ -239,7 +239,8 @@ ephemeral-postgres.backends = ["asdf:smashedtoatoms/asdf-ephemeral-postgres"] erlang.backends = ["core:erlang"] esc.backends = ["asdf:fxsalazar/asdf-esc"] esy.backends = ["asdf:asdf-community/asdf-esy"] -etcd.backends = ["asdf:particledecay/asdf-etcd", "vfox:version-fox/vfox-etcd"] +etcd.backends = ["aqua:etcd-io/etcd", "asdf:particledecay/asdf-etcd", "vfox:version-fox/vfox-etcd"] +etcd.test = ["etcd --version", "etcd Version: {{version}}"] evans.backends = ["aqua:ktr0731/evans", "asdf:goki90210/asdf-evans"] eza.backends = ["asdf:lwiechec/asdf-eza"] fd.backends = ["ubi:sharkdp/fd", "asdf:https://gitlab.com/wt0f/asdf-fd"]