From f675c8f36aace3e3a18509f2e6fe7a7a6a1f742d Mon Sep 17 00:00:00 2001 From: MontakOleg Date: Sun, 19 Jan 2025 01:39:35 +0200 Subject: [PATCH] feat(registry): use aqua for periphery (#4157) --- docs/registry.md | 2 +- registry.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/registry.md b/docs/registry.md index 5d3f272504..0af2856e54 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -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) | diff --git a/registry.toml b/registry.toml index a934be5030..99bb07ae8a 100644 --- a/registry.toml +++ b/registry.toml @@ -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"]