Skip to content

Commit

Permalink
feat(registry): use aqua for periphery (#4157)
Browse files Browse the repository at this point in the history
  • Loading branch information
MontakOleg authored Jan 18, 2025
1 parent 727aee8 commit f675c8f
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -570,7 +570,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| patat | [ubi:jaspervdj/patat](https://github.com/jaspervdj/patat) [asdf:airtonix/asdf-patat](https://github.com/airtonix/asdf-patat) |
| pdm | [pipx:pdm](https://pypi.org/project/pdm) [asdf:1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) |
| peco | [aqua:peco/peco](https://github.com/peco/peco) [asdf:asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco) |
| periphery | [asdf:mise-plugins/mise-periphery](https://github.com/mise-plugins/mise-periphery) |
| periphery | [aqua:peripheryapp/periphery](https://github.com/peripheryapp/periphery) [asdf:mise-plugins/mise-periphery](https://github.com/mise-plugins/mise-periphery) |
| perl | [aqua:skaji/relocatable-perl](https://github.com/skaji/relocatable-perl) [asdf:ouest/asdf-perl](https://github.com/ouest/asdf-perl) |
| php | [asdf:mise-plugins/mise-php](https://github.com/mise-plugins/mise-php) [vfox:mise-plugins/vfox-php](https://github.com/mise-plugins/vfox-php) |
| pint | [aqua:cloudflare/pint](https://github.com/cloudflare/pint) [asdf:sam-burrell/asdf-pint](https://github.com/sam-burrell/asdf-pint) |
Expand Down
5 changes: 4 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,10 @@ patat.backends = ["ubi:jaspervdj/patat", "asdf:airtonix/asdf-patat"]
pdm.backends = ["pipx:pdm", "asdf:1oglop1/asdf-pdm"]
pdm.test = ["pdm --version", "PDM, version {{version}}"]
peco.backends = ["aqua:peco/peco", "asdf:asdf-community/asdf-peco"]
periphery.backends = ["asdf:mise-plugins/mise-periphery"]
periphery.backends = [
"aqua:peripheryapp/periphery",
"asdf:mise-plugins/mise-periphery"
]
perl.backends = ["aqua:skaji/relocatable-perl", "asdf:ouest/asdf-perl"]
php.backends = ["asdf:mise-plugins/mise-php", "vfox:mise-plugins/vfox-php"]
pint.backends = ["aqua:cloudflare/pint", "asdf:sam-burrell/asdf-pint"]
Expand Down

0 comments on commit f675c8f

Please sign in to comment.