From 56f50e5d3ee945b215dd2090a01e7c41e0ec4d1e Mon Sep 17 00:00:00 2001 From: Paulo Eduardo Rezende Date: Sun, 2 Mar 2025 12:57:30 -0300 Subject: [PATCH 1/2] feat: update repository URLs for bat and tmux plugins --- plugins/bat | 2 +- plugins/tmux | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/bat b/plugins/bat index 06d95e620..7308802f3 100644 --- a/plugins/bat +++ b/plugins/bat @@ -1 +1 @@ -repository = https://gitlab.com/wt0f/asdf-bat.git +repository = https://github.com/pauloedurezende/asdf-bat.git diff --git a/plugins/tmux b/plugins/tmux index 34917bda7..1be922d8b 100644 --- a/plugins/tmux +++ b/plugins/tmux @@ -1 +1 @@ -repository = https://github.com/aphecetche/asdf-tmux.git +repository = https://github.com/pauloedurezende/asdf-tmux.git From 6236d09891b6b3986fd22b13068d940dbebbbd71 Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Mon, 17 Mar 2025 16:59:07 +1100 Subject: [PATCH 2/2] fix: bat & tmux references in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 201948ead..ef7dfdf17 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | balena-cli | [boatkit-io/asdf-balena-cli](https://github.com/boatkit-io/asdf-balena-cli) | | bashbot | [mathew-fleisch/asdf-bashbot](https://github.com/mathew-fleisch/asdf-bashbot) | | bashly | [pcrockett/asdf-bashly](https://github.com/pcrockett/asdf-bashly) | -| bat | [wt0f/asdf-bat](https://gitlab.com/wt0f/asdf-bat) | +| bat | [pauloedurezende/asdf-bat](https://github.com/pauloedurezende/asdf-bat) | | bat-extras | [vhdirk/asdf-bat-extras](https://github.com/vhdirk/asdf-bat-extras) | | Batect | [johnlayton/asdf-batect](https://github.com/johnlayton/asdf-batect) | | Bats (Bash unittest) | [timgluz/asdf-bats](https://github.com/timgluz/asdf-bats) | @@ -805,7 +805,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Tinytex | [Fbrisset/asdf-tinytex](https://github.com/Fbrisset/asdf-tinytex) | | Titan | [gabitchov/asdf-titan](https://github.com/gabitchov/asdf-titan) | | tlsg-cli | [0ghny/asdf-tlsgcli](https://github.com/0ghny/asdf-tlsgcli) | -| Tmux | [aphecetche/asdf-tmux](https://github.com/aphecetche/asdf-tmux) | +| Tmux | [pauloedurezende/asdf-tmux](https://github.com/pauloedurezende/asdf-tmux) | | Tokei | [gasuketsu/asdf-tokei](https://github.com/gasuketsu/asdf-tokei) | | tomcat | [asdf-community/asdf-tomcat](https://github.com/asdf-community/asdf-tomcat) | | tonnage | [elementalvoid/asdf-tonnage](https://github.com/elementalvoid/asdf-tonnage) |