From 1fd7c29b32e7bbc57470f0d70c3d99b458454c00 Mon Sep 17 00:00:00 2001 From: Vitalii Budnik Date: Sat, 5 Oct 2024 16:15:04 +0300 Subject: [PATCH 01/15] feat: add apollo-ios-cli (#983) --- README.md | 1 + plugins/apollo-ios-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/apollo-ios-cli diff --git a/README.md b/README.md index 518da03ac..42d93d3db 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | ant | [jackboespflug/asdf-ant](https://github.com/jackboespflug/asdf-ant) | | Apache Jmeter | [comdotlinux/asdf-jmeter](https://github.com/comdotlinux/asdf-jmeter) | | apko | [omissis/asdf-apko](https://github.com/omissis/asdf-apko) | +| apollo-ios-cli | [MacPaw/asdf-apollo-ios-cli](https://github.com/MacPaw/asdf-apollo-ios-cli) | | Apollo Router | [safx/asdf-apollo-router](https://github.com/safx/asdf-apollo-router) | | arc | [ORCID/asdf-arc](https://github.com/ORCID/asdf-arc) | | argo | [sudermanjr/asdf-argo](https://github.com/sudermanjr/asdf-argo) | diff --git a/plugins/apollo-ios-cli b/plugins/apollo-ios-cli new file mode 100644 index 000000000..6a8cd0f47 --- /dev/null +++ b/plugins/apollo-ios-cli @@ -0,0 +1 @@ +repository = https://github.com/MacPaw/asdf-apollo-ios-cli From 96f4e999094dfdff28395780b260c616d3f9943a Mon Sep 17 00:00:00 2001 From: Vitalii Budnik Date: Sat, 5 Oct 2024 16:15:38 +0300 Subject: [PATCH 02/15] feat: add sentry-cli (#984) --- README.md | 1 + plugins/sentry-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/sentry-cli diff --git a/README.md b/README.md index 42d93d3db..871afd4e2 100644 --- a/README.md +++ b/README.md @@ -642,6 +642,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | semtag | [junminahn/asdf-semtag](https://github.com/junminahn/asdf-semtag) | | semver | [mathew-fleisch/asdf-semver](https://github.com/mathew-fleisch/asdf-semver) | | Sentinel | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | +| sentry-cli | [MacPaw/asdf-sentry-cli](https://github.com/MacPaw/asdf-sentry-cli) | | Serf | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | | serverless | [pdemagny/asdf-serverless](https://github.com/pdemagny/asdf-serverless) | | shell2http | [ORCID/asdf-shell2http](https://github.com/ORCID/asdf-shell2http) | diff --git a/plugins/sentry-cli b/plugins/sentry-cli new file mode 100644 index 000000000..4df605d82 --- /dev/null +++ b/plugins/sentry-cli @@ -0,0 +1 @@ +repository = https://github.com/MacPaw/asdf-sentry-cli From 57f34fe27c26c75cf08d07f64441f8557715bf23 Mon Sep 17 00:00:00 2001 From: Vitalii Budnik Date: Sat, 5 Oct 2024 16:16:10 +0300 Subject: [PATCH 03/15] feat: add xcbeautify (#985) --- README.md | 1 + plugins/xcbeautify | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/xcbeautify diff --git a/README.md b/README.md index 871afd4e2..84a195569 100644 --- a/README.md +++ b/README.md @@ -791,6 +791,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | XCTestHTMLReport | [younke/asdf-xchtmlreport](https://github.com/younke/asdf-xchtmlreport) | | XcodeGen | [younke/asdf-xcodegen](https://github.com/younke/asdf-xcodegen) | | xc | [airtonix/asdf-xc](https://github.com/airtonix/asdf-xc) | +| xcbeautify | [MacPaw/asdf-xcbeautify](https://github.com/MacPaw/asdf-xcbeautify) | | xcodes | [younke/asdf-xcodes](https://github.com/younke/asdf-xcodes) | | xh | [NeoHsu/asdf-xh](https://github.com/NeoHsu/asdf-xh) | | yadm | [particledecay/asdf-yadm](https://github.com/particledecay/asdf-yadm) | diff --git a/plugins/xcbeautify b/plugins/xcbeautify new file mode 100644 index 000000000..f38626727 --- /dev/null +++ b/plugins/xcbeautify @@ -0,0 +1 @@ +repository = https://github.com/MacPaw/asdf-xcbeautify.git From 4949cf7409a13d9b926ec24edacb016cd3210c6d Mon Sep 17 00:00:00 2001 From: Pavel Makarenko Date: Sat, 5 Oct 2024 17:19:04 +0400 Subject: [PATCH 04/15] feat: add zls (#986) Co-authored-by: James Hegedus --- README.md | 1 + plugins/zls | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/zls diff --git a/README.md b/README.md index 84a195569..3aa2deb5d 100644 --- a/README.md +++ b/README.md @@ -810,6 +810,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | zellij | [chessmango/asdf-zellij](https://github.com/chessmango/asdf-zellij) | | Zephyr | [nsaunders/asdf-zephyr](https://github.com/nsaunders/asdf-zephyr) | | Zig | [cheetah/asdf-zig](https://github.com/cheetah/asdf-zig) | +| zls | [miome/asdf-zls](https://github.com/m1ome/asdf-zls) | | zigmod | [kachick/asdf-zigmod](https://github.com/kachick/asdf-zigmod) | | Zola | [salasrod/asdf-zola](https://github.com/salasrod/asdf-zola) | | zoxide | [nyrst/asdf-zoxide](https://github.com/nyrst/asdf-zoxide) | diff --git a/plugins/zls b/plugins/zls new file mode 100644 index 000000000..713f7c44e --- /dev/null +++ b/plugins/zls @@ -0,0 +1 @@ +repository = https://github.com/m1ome/asdf-zls From c9cfbe475fd61e9768545c41c1548a7a8572cfe0 Mon Sep 17 00:00:00 2001 From: James Hegedus Date: Sat, 5 Oct 2024 23:24:39 +1000 Subject: [PATCH 05/15] fix: remove Bin plugin that no longer exists (#1057) --- README.md | 1 - plugins/bin | 1 - 2 files changed, 2 deletions(-) delete mode 100644 plugins/bin diff --git a/README.md b/README.md index 3aa2deb5d..59178e460 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,6 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | bbr-s3-config-validator | [vmware-tanzu/tanzu-plug-in-for-asdf](https://github.com/vmware-tanzu/tanzu-plug-in-for-asdf) | | benthos | [benthosdev/benthos-asdf](https://github.com/benthosdev/benthos-asdf) | | bfs | [virtualroot/asdf-bfs](https://github.com/virtualroot/asdf-bfs) | -| Bin | [yozachar/asdf-bin](https://github.com/yozachar/asdf-bin) | | binnacle | [Traackr/asdf-binnacle](https://github.com/Traackr/asdf-binnacle) | | Bitwarden | [vixus0/asdf-bitwarden](https://github.com/vixus0/asdf-bitwarden) | | bitwarden-secrets-manager | [asdf-community/asdf-bitwarden-secrets-manager](https://github.com/asdf-community/asdf-bitwarden-secrets-manager) | diff --git a/plugins/bin b/plugins/bin deleted file mode 100644 index d5bff3d8a..000000000 --- a/plugins/bin +++ /dev/null @@ -1 +0,0 @@ -repository = https://github.com/yozachar/asdf-bin.git From eb818d9e65d70f785668510365005a35aa9162f6 Mon Sep 17 00:00:00 2001 From: nasa9084 Date: Sat, 5 Oct 2024 22:26:19 +0900 Subject: [PATCH 06/15] feat: add tfcmt plugin (#987) Co-authored-by: James Hegedus --- README.md | 1 + plugins/tfcmt | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/tfcmt diff --git a/README.md b/README.md index 59178e460..c69cb71b9 100644 --- a/README.md +++ b/README.md @@ -720,6 +720,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Terragrunt | [ohmer/asdf-terragrunt](https://github.com/ohmer/asdf-terragrunt) | | Terramate | [martinlindner/asdf-terramate](https://github.com/martinlindner/asdf-terramate) | | Terrascan | [hpdobrica/asdf-terrascan](https://github.com/hpdobrica/asdf-terrascan) | +| tfcmt | [nasa9084/asdf-tfcmt](https://github.com/nasa9084/asdf-tfcmt) | | tfctl | [deas/asdf-tfctl](https://github.com/deas/asdf-tfctl) | | tfc-agent | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | | tfenv | [carlduevel/asdf-tfenv](https://github.com/carlduevel/asdf-tfenv) | diff --git a/plugins/tfcmt b/plugins/tfcmt new file mode 100644 index 000000000..54374b11f --- /dev/null +++ b/plugins/tfcmt @@ -0,0 +1 @@ +repository = https://github.com/nasa9084/asdf-tfcmt.git From b496d11a59e86693531c904a831b8b1deb21c6fa Mon Sep 17 00:00:00 2001 From: Rob Zwissler Date: Sat, 5 Oct 2024 06:28:02 -0700 Subject: [PATCH 07/15] feat: add asdf sync plugin (#988) --- README.md | 1 + plugins/sync | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/sync diff --git a/README.md b/README.md index c69cb71b9..8c2bebf43 100644 --- a/README.md +++ b/README.md @@ -695,6 +695,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Swiftlint | [klundberg/asdf-swiftlint](https://github.com/klundberg/asdf-swiftlint) | | SWIProlog | [mracos/asdf-swiprolog](https://github.com/mracos/asdf-swiprolog) | | syft | [davidgp1701/asdf-syft](https://github.com/davidgp1701/asdf-syft) | +| sync | [robzr/asdf-sync](https://github.com/robzr/asdf-sync) | | syncher | [nwillc/syncher](https://github.com/nwillc/syncher) | | talhelper | [bjw-s/asdf-talhelper](https://github.com/bjw-s/asdf-talhelper) | | Talos | [particledecay/asdf-talos](https://github.com/particledecay/asdf-talos) | diff --git a/plugins/sync b/plugins/sync new file mode 100644 index 000000000..cf153f73c --- /dev/null +++ b/plugins/sync @@ -0,0 +1 @@ +repository = https://github.com/robzr/asdf-sync From 41c25e3bf367aaaf0f56085b11c8e8b5d431d4d4 Mon Sep 17 00:00:00 2001 From: Vitalii Budnik Date: Sat, 5 Oct 2024 16:30:01 +0300 Subject: [PATCH 08/15] feat: add xcresultparser (#989) Co-authored-by: James Hegedus --- README.md | 1 + plugins/xcresultparser | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/xcresultparser diff --git a/README.md b/README.md index 8c2bebf43..36906ffb8 100644 --- a/README.md +++ b/README.md @@ -794,6 +794,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | xc | [airtonix/asdf-xc](https://github.com/airtonix/asdf-xc) | | xcbeautify | [MacPaw/asdf-xcbeautify](https://github.com/MacPaw/asdf-xcbeautify) | | xcodes | [younke/asdf-xcodes](https://github.com/younke/asdf-xcodes) | +| xcresultparser | [MacPaw/asdf-xcresultparser](https://github.com/MacPaw/asdf-xcresultparser) | | xh | [NeoHsu/asdf-xh](https://github.com/NeoHsu/asdf-xh) | | yadm | [particledecay/asdf-yadm](https://github.com/particledecay/asdf-yadm) | | yamlfmt | [kachick/asdf-yamlfmt](https://github.com/kachick/asdf-yamlfmt) | diff --git a/plugins/xcresultparser b/plugins/xcresultparser new file mode 100644 index 000000000..1b0fe2e51 --- /dev/null +++ b/plugins/xcresultparser @@ -0,0 +1 @@ +repository = https://github.com/MacPaw/asdf-xcresultparser.git From 42ed68ed6f8d6075bccff399c1cd4cc80f724ec7 Mon Sep 17 00:00:00 2001 From: Greg Rynkowski <5878299+rynkowsg@users.noreply.github.com> Date: Sat, 5 Oct 2024 15:31:28 +0200 Subject: [PATCH 09/15] feat: add garden-cli plugin (#990) Co-authored-by: James Hegedus --- README.md | 1 + plugins/garden-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/garden-cli diff --git a/README.md b/README.md index 36906ffb8..b6195ebc2 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | gallery-dl | [iul1an/asdf-gallery-dl](https://github.com/iul1an/asdf-gallery-dl) | | gam | [offbyone/asdf-gam](https://github.com/offbyone/asdf-gam) | | gator | [MxNxPx/asdf-gator](https://github.com/MxNxPx/asdf-gator) | +| garden-cli | [rynkowsg/asdf-garden-cli](https://github.com/rynkowsg/asdf-garden-cli) | | gcc-arm-none-eabi | [dlech/asdf-gcc-arm-none-eabi](https://github.com/dlech/asdf-gcc-arm-none-eabi) | | gcloud | [jthegedus/asdf-gcloud](https://github.com/jthegedus/asdf-gcloud) | | getenvoy | [asdf-community/asdf-getenvoy](https://github.com/asdf-community/asdf-getenvoy) | diff --git a/plugins/garden-cli b/plugins/garden-cli new file mode 100644 index 000000000..5dbf2b6a0 --- /dev/null +++ b/plugins/garden-cli @@ -0,0 +1 @@ +repository = https://github.com/rynkowsg/asdf-garden-cli.git From 8471aa808b41e6129a10b1108c2b0982524419b8 Mon Sep 17 00:00:00 2001 From: Chris Sergienko Date: Sat, 5 Oct 2024 16:32:59 +0300 Subject: [PATCH 10/15] feat: add helix editor (#991) Co-authored-by: James Hegedus --- README.md | 1 + plugins/helix-editor | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/helix-editor diff --git a/README.md b/README.md index b6195ebc2..bf08d9dff 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Haxe | [asdf-community/asdf-haxe](https://github.com/asdf-community/asdf-haxe) | | hcl2json | [dex4er/asdf-hcl2json](https://github.com/dex4er/asdf-hcl2json) | | hcloud | [chessmango/asdf-hcloud](https://github.com/chessmango/asdf-hcloud) | +| Helix Editor | [CSergienko/asdf-helix](https://github.com/CSergienko/asdf-helix) | | Helm | [Antiarchitect/asdf-helm](https://github.com/Antiarchitect/asdf-helm) | | Helm Chart Releaser | [Antiarchitect/asdf-helm-cr](https://github.com/Antiarchitect/asdf-helm-cr) | | Helm Chart Tester | [tablexi/asdf-helm-ct](https://github.com/tablexi/asdf-helm-ct) | diff --git a/plugins/helix-editor b/plugins/helix-editor new file mode 100644 index 000000000..ec2bf8a82 --- /dev/null +++ b/plugins/helix-editor @@ -0,0 +1 @@ +repository = https://github.com/CSergienko/asdf-helix From ef8f628397818e5513f8e9124a8499e15302231e Mon Sep 17 00:00:00 2001 From: Ross Williams Date: Sat, 5 Oct 2024 23:37:52 +1000 Subject: [PATCH 11/15] feat: add auth0-cli plugin (#992) --- README.md | 1 + plugins/auth0-cli | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/auth0-cli diff --git a/README.md b/README.md index bf08d9dff..3554b32da 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | asdf-plugin-manager | [asdf-community/asdf-plugin-manager](https://github.com/asdf-community/asdf-plugin-manager) | | assh | [zekker6/asdf-assh](https://github.com/zekker6/asdf-assh) | | atlas | [pbr0ck3r/asdf-atlas](https://github.com/pbr0ck3r/asdf-atlas) | +| auth0-cli | [gunzy83/asdf-auth0-cli](https://github.com/gunzy83/asdf-auth0-cli) | | auto-doc | [looztra/asdf-auto-doc](https://github.com/looztra/asdf-auto-doc) | | aws-copilot | [NeoHsu/asdf-copilot](https://github.com/NeoHsu/asdf-copilot) | | aws-amplify-cli | [LozanoMatheus/asdf-aws-amplify-cli](https://github.com/LozanoMatheus/asdf-aws-amplify-cli) | diff --git a/plugins/auth0-cli b/plugins/auth0-cli new file mode 100644 index 000000000..5d83ce688 --- /dev/null +++ b/plugins/auth0-cli @@ -0,0 +1 @@ +repository = https://github.com/gunzy83/asdf-auth0-cli.git From c82b33c328ed2e5b6ebe0464afaed0d467e7c660 Mon Sep 17 00:00:00 2001 From: Ben Youngblood Date: Sat, 5 Oct 2024 06:38:52 -0700 Subject: [PATCH 12/15] feat: add nerves-toolchain plugin (#994) --- README.md | 1 + plugins/nerves-toolchain | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/nerves-toolchain diff --git a/README.md b/README.md index 3554b32da..03edde2c9 100644 --- a/README.md +++ b/README.md @@ -521,6 +521,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | nasm | [Dpbm/asdf-nasm](https://github.com/Dpbm/asdf-nasm) | | Neko Virtual Machine | [asdf-community/asdf-neko](https://github.com/asdf-community/asdf-neko) | | Neovim | [richin13/asdf-neovim](https://github.com/richin13/asdf-neovim) | +| Nerves Toolchain | [nerves-project/asdf-plugin-nerves-toolchain](https://github.com/nerves-project/asdf-plugin-nerves-toolchain) | | nerdctl | [dmpe/asdf-nerdctl](https://github.com/dmpe/asdf-nerdctl) | | newrelic-cli | [NeoHsu/asdf-newrelic-cli](https://github.com/NeoHsu/asdf-newrelic-cli) | | nfpm | [ORCID/asdf-nfpm](https://github.com/ORCID/asdf-nfpm) | diff --git a/plugins/nerves-toolchain b/plugins/nerves-toolchain new file mode 100644 index 000000000..c49bfedd1 --- /dev/null +++ b/plugins/nerves-toolchain @@ -0,0 +1 @@ +repository = https://github.com/nerves-project/asdf-plugin-nerves-toolchain From 445e0db2769408cc460da32c4156a50a640d7395 Mon Sep 17 00:00:00 2001 From: Daiki Noda Date: Sat, 5 Oct 2024 22:39:33 +0900 Subject: [PATCH 13/15] feat: add pandoc-crossref plugin (#997) Co-authored-by: Daiki Noda --- README.md | 1 + plugins/pandoc-crossref | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/pandoc-crossref diff --git a/README.md b/README.md index 03edde2c9..3a0d88adf 100644 --- a/README.md +++ b/README.md @@ -560,6 +560,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | pachctl | [abatilo/asdf-pachctl](https://github.com/abatilo/asdf-pachctl) | | Packer | [asdf-community/asdf-hashicorp](https://github.com/asdf-community/asdf-hashicorp) | | Pandoc | [Fbrisset/asdf-pandoc](https://github.com/Fbrisset/asdf-pandoc) | +| pandoc-crossref | [sys9kdr/asdf-pandoc-crossref](https://github.com/sys9kdr/asdf-pandoc-crossref) | | patat | [airtonix/asdf-patat](https://github.com/airtonix/asdf-patat) | | peco | [asdf-community/asdf-peco](https://github.com/asdf-community/asdf-peco) | | pdm | [1oglop1/asdf-pdm](https://github.com/1oglop1/asdf-pdm) | diff --git a/plugins/pandoc-crossref b/plugins/pandoc-crossref new file mode 100644 index 000000000..e473ff2b3 --- /dev/null +++ b/plugins/pandoc-crossref @@ -0,0 +1 @@ +repository = https://github.com/sys9kdr/asdf-pandoc-crossref From 8474f06348cc8a0ad07012bbdb616c7b56b3785c Mon Sep 17 00:00:00 2001 From: surskitt <1909963+surskitt@users.noreply.github.com> Date: Sat, 5 Oct 2024 14:40:45 +0100 Subject: [PATCH 14/15] feat: add mirantis launchpad plugin (#999) Co-authored-by: surskitt --- README.md | 1 + plugins/launchpad | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/launchpad diff --git a/README.md b/README.md index 3a0d88adf..bf495333a 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | kwt | [vmware-tanzu/asdf-carvel](https://github.com/vmware-tanzu/asdf-carvel) | | lab | [particledecay/asdf-lab](https://github.com/particledecay/asdf-lab) | | lane | [CodeReaper/asdf-lane](https://github.com/CodeReaper/asdf-lane) | +| launchpad | [surskitt/asdf-launchpad](https://github.com/surskitt/asdf-launchpad) | | lazygit | [nklmilojevic/asdf-lazygit](https://github.com/nklmilojevic/asdf-lazygit) | | Lean | [asdf-community/asdf-lean](https://github.com/asdf-community/asdf-lean) | | Leiningen | [miorimmax/asdf-lein](https://github.com/miorimmax/asdf-lein) | diff --git a/plugins/launchpad b/plugins/launchpad new file mode 100644 index 000000000..f0919ee10 --- /dev/null +++ b/plugins/launchpad @@ -0,0 +1 @@ +repository = https://github.com/surskitt/asdf-launchpad.git From ab12f956d687f2de129f824d9f4a0173518f7495 Mon Sep 17 00:00:00 2001 From: Maxim Butov Date: Sat, 5 Oct 2024 16:41:10 +0300 Subject: [PATCH 15/15] refactor: moving asdf-tomcat plugin into asdf-community (#1000) Co-authored-by: Maxim Butov --- README.md | 2 +- plugins/tomcat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf495333a..38b301049 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | tlsg-cli | [0ghny/asdf-tlsgcli](https://github.com/0ghny/asdf-tlsgcli) | | Tmux | [aphecetche/asdf-tmux](https://github.com/aphecetche/asdf-tmux) | | Tokei | [gasuketsu/asdf-tokei](https://github.com/gasuketsu/asdf-tokei) | -| tomcat | [mbutov/asdf-tomcat](https://github.com/mbutov/asdf-tomcat) | +| tomcat | [asdf-community/asdf-tomcat](https://github.com/asdf-community/asdf-tomcat) | | tonnage | [elementalvoid/asdf-tonnage](https://github.com/elementalvoid/asdf-tonnage) | | tool-versions-to-env | [smartcontractkit/tool-versions-to-env-action](https://github.com/smartcontractkit/tool-versions-to-env-action) | | Traefik | [Dabolus/asdf-traefik](https://github.com/Dabolus/asdf-traefik) | diff --git a/plugins/tomcat b/plugins/tomcat index a88673352..81774690c 100644 --- a/plugins/tomcat +++ b/plugins/tomcat @@ -1 +1 @@ -repository = https://github.com/mbutov/asdf-tomcat +repository = https://github.com/asdf-community/asdf-tomcat