Skip to content

Commit

Permalink
feat: use ubi for figma-export
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 27, 2024
1 parent 2d3f3d0 commit 19dbeac
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -233,7 +233,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli
| 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) |
| ffmpeg | [asdf:acj/asdf-ffmpeg](https://github.com/acj/asdf-ffmpeg) |
| figma-export | [asdf:younke/asdf-figma-export](https://github.com/younke/asdf-figma-export) |
| figma-export | [ubi:RedMadRobot/figma-export](https://github.com/RedMadRobot/figma-export) [asdf:younke/asdf-figma-export](https://github.com/younke/asdf-figma-export) |
| fillin | [aqua:itchyny/fillin](https://github.com/itchyny/fillin) [asdf:ouest/asdf-fillin](https://github.com/ouest/asdf-fillin) |
| firebase | [asdf:jthegedus/asdf-firebase](https://github.com/jthegedus/asdf-firebase) |
| fission | [aqua:fission/fission](https://github.com/fission/fission) [asdf:virtualstaticvoid/asdf-fission](https://github.com/virtualstaticvoid/asdf-fission) |
Expand Down
3 changes: 2 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ 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"]
ffmpeg.backends = ["asdf:acj/asdf-ffmpeg"]
figma-export.backends = ["asdf:younke/asdf-figma-export"]
figma-export.backends = ["ubi:RedMadRobot/figma-export", "asdf:younke/asdf-figma-export"]
figma-export.test = ["figma-export --version", "{{version}}"]
fillin.backends = ["aqua:itchyny/fillin", "asdf:ouest/asdf-fillin"]
firebase.backends = ["asdf:jthegedus/asdf-firebase"]
fission.backends = ["aqua:fission/fission", "asdf:virtualstaticvoid/asdf-fission"]
Expand Down

0 comments on commit 19dbeac

Please sign in to comment.