Skip to content

Commit

Permalink
feat(registry): use aqua for duckdb (#4270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangkoran authored Jan 30, 2025
1 parent 5750630 commit c85741e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| dt | [aqua:so-dang-cool/dt](https://github.com/so-dang-cool/dt) [asdf:so-dang-cool/asdf-dt](https://github.com/so-dang-cool/asdf-dt) |
| dtm | [ubi:devstream-io/devstream](https://github.com/devstream-io/devstream) [asdf:zhenyuanlau/asdf-dtm](https://github.com/zhenyuanlau/asdf-dtm) |
| dua | [aqua:Byron/dua-cli](https://github.com/Byron/dua-cli) [ubi:Byron/dua-cli](https://github.com/Byron/dua-cli) |
| duckdb | [ubi:duckdb/duckdb](https://github.com/duckdb/duckdb) |
| duckdb | [aqua:duckdb/duckdb](https://github.com/duckdb/duckdb) [ubi:duckdb/duckdb](https://github.com/duckdb/duckdb) |
| duf | [aqua:muesli/duf](https://github.com/muesli/duf) [asdf:NeoHsu/asdf-duf](https://github.com/NeoHsu/asdf-duf) |
| dust | [ubi:bootandy/dust](https://github.com/bootandy/dust) [asdf:looztra/asdf-dust](https://github.com/looztra/asdf-dust) |
| dvc | [asdf:mise-plugins/mise-dvc](https://github.com/mise-plugins/mise-dvc) |
Expand Down
2 changes: 1 addition & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ dtm.backends = [
]
dua.backends = ["aqua:Byron/dua-cli", "ubi:Byron/dua-cli[exe=dua]"]
dua.test = ["dua --version", "dua {{version}}"]
duckdb.backends = ["ubi:duckdb/duckdb"]
duckdb.backends = ["aqua:duckdb/duckdb", "ubi:duckdb/duckdb"]
duckdb.test = ["duckdb --version", "{{version}}"]
duf.backends = ["aqua:muesli/duf", "asdf:NeoHsu/asdf-duf"]
dust.backends = ["ubi:bootandy/dust", "asdf:looztra/asdf-dust"]
Expand Down

0 comments on commit c85741e

Please sign in to comment.