From 63a6b3a86029e7441187ed55ea4c853871ee1ebc Mon Sep 17 00:00:00 2001 From: Ben Berry-Allwood <71074961+benberryallwood@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:24:33 +0000 Subject: [PATCH] feat: replace asdf-spark plugin with mise-spark plugin (#3994) asdf-spark is broken and mise-spark can be moved into mise-plugins org --- docs/registry.md | 2 +- registry.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registry.md b/docs/registry.md index 560fb0ff13..6d5b673082 100644 --- a/docs/registry.md +++ b/docs/registry.md @@ -679,7 +679,7 @@ You can also specify the full name for a tool using `mise use aqua:1password/cli | sourcery | [asdf:younke/asdf-sourcery](https://github.com/younke/asdf-sourcery) | | spacectl | [aqua:spacelift-io/spacectl](https://github.com/spacelift-io/spacectl) [asdf:bodgit/asdf-spacectl](https://github.com/bodgit/asdf-spacectl) | | spago | [ubi:purescript/spago](https://github.com/purescript/spago) [asdf:jrrom/asdf-spago](https://github.com/jrrom/asdf-spago) | -| spark | [asdf:joshuaballoch/asdf-spark](https://github.com/joshuaballoch/asdf-spark) | +| spark | [asdf:mise-plugins/mise-spark](https://github.com/mise-plugins/mise-spark) | | spectral | [aqua:stoplightio/spectral](https://github.com/stoplightio/spectral) [asdf:vbyrd/asdf-spectral](https://github.com/vbyrd/asdf-spectral) | | spin | [aqua:spinnaker/spin](https://github.com/spinnaker/spin) [asdf:pavloos/asdf-spin](https://github.com/pavloos/asdf-spin) | | spring-boot | [asdf:joschi/asdf-spring-boot](https://github.com/joschi/asdf-spring-boot) | diff --git a/registry.toml b/registry.toml index 22b32b7573..92dfd47bd8 100644 --- a/registry.toml +++ b/registry.toml @@ -1545,7 +1545,7 @@ soracom.backends = ["ubi:soracom/soracom-cli", "asdf:gr1m0h/asdf-soracom"] sourcery.backends = ["asdf:younke/asdf-sourcery"] spacectl.backends = ["aqua:spacelift-io/spacectl", "asdf:bodgit/asdf-spacectl"] spago.backends = ["ubi:purescript/spago", "asdf:jrrom/asdf-spago"] -spark.backends = ["asdf:joshuaballoch/asdf-spark"] +spark.backends = ["asdf:mise-plugins/mise-spark"] spectral.backends = ["aqua:stoplightio/spectral", "asdf:vbyrd/asdf-spectral"] spin.backends = ["aqua:spinnaker/spin", "asdf:pavloos/asdf-spin"] spring-boot.backends = ["asdf:joschi/asdf-spring-boot"]