Skip to content

Commit ca4b58e

Browse files
fix: change bat & tmux plugins (#1084)
Co-authored-by: James Hegedus <[email protected]>
1 parent 7ed996e commit ca4b58e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
107107
| balena-cli | [boatkit-io/asdf-balena-cli](https://github.com/boatkit-io/asdf-balena-cli) |
108108
| bashbot | [mathew-fleisch/asdf-bashbot](https://github.com/mathew-fleisch/asdf-bashbot) |
109109
| bashly | [pcrockett/asdf-bashly](https://github.com/pcrockett/asdf-bashly) |
110-
| bat | [wt0f/asdf-bat](https://gitlab.com/wt0f/asdf-bat) |
110+
| bat | [pauloedurezende/asdf-bat](https://github.com/pauloedurezende/asdf-bat) |
111111
| bat-extras | [vhdirk/asdf-bat-extras](https://github.com/vhdirk/asdf-bat-extras) |
112112
| Batect | [johnlayton/asdf-batect](https://github.com/johnlayton/asdf-batect) |
113113
| 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
805805
| Tinytex | [Fbrisset/asdf-tinytex](https://github.com/Fbrisset/asdf-tinytex) |
806806
| Titan | [gabitchov/asdf-titan](https://github.com/gabitchov/asdf-titan) |
807807
| tlsg-cli | [0ghny/asdf-tlsgcli](https://github.com/0ghny/asdf-tlsgcli) |
808-
| Tmux | [aphecetche/asdf-tmux](https://github.com/aphecetche/asdf-tmux) |
808+
| Tmux | [pauloedurezende/asdf-tmux](https://github.com/pauloedurezende/asdf-tmux) |
809809
| Tokei | [gasuketsu/asdf-tokei](https://github.com/gasuketsu/asdf-tokei) |
810810
| tomcat | [asdf-community/asdf-tomcat](https://github.com/asdf-community/asdf-tomcat) |
811811
| tonnage | [elementalvoid/asdf-tonnage](https://github.com/elementalvoid/asdf-tonnage) |

plugins/bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
repository = https://gitlab.com/wt0f/asdf-bat.git
1+
repository = https://github.com/pauloedurezende/asdf-bat.git

plugins/tmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
repository = https://github.com/aphecetche/asdf-tmux.git
1+
repository = https://github.com/pauloedurezende/asdf-tmux.git

0 commit comments

Comments
 (0)