From 512d66d307970a1022a40659d6a9fdfac8d0a8dc Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Thu, 18 Dec 2025 18:49:45 -0600 Subject: [PATCH] registry: use pipx backend for gallery-dl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces asdf:mise-plugins/mise-gallery-dl with pipx:gallery-dl. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- registry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.toml b/registry.toml index 1488c268df..9608edb8ce 100644 --- a/registry.toml +++ b/registry.toml @@ -1608,7 +1608,7 @@ description = ":cherry_blossom: A command-line fuzzy finder" test = ["fzf --version", "{{version}}"] [tools.gallery-dl] -backends = ["asdf:mise-plugins/mise-gallery-dl"] +backends = ["pipx:gallery-dl"] description = "Command-line program to download image galleries and collections from several image hosting sites" [tools.gam]