From dcceb16899a9a1ffdd09ed6ff6c555603b7fa1c0 Mon Sep 17 00:00:00 2001 From: Jens Peder Meldgaard Date: Sun, 6 Oct 2024 15:11:11 +0200 Subject: [PATCH] fix: update spark plugin (#1051) Co-authored-by: James Hegedus --- README.md | 2 +- plugins/spark | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c925cf28c..90a635a7d 100644 --- a/README.md +++ b/README.md @@ -696,7 +696,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Sourcery | [younke/asdf-sourcery](https://github.com/younke/asdf-sourcery) | | spacectl | [bodgit/asdf-spacectl](https://github.com/bodgit/asdf-spacectl) | | Spago | [jrrom/asdf-spago](https://github.com/jrrom/asdf-spago) | -| Spark | [joshuaballoch/asdf-spark](https://github.com/sudo-black/asdf-spark) | +| Spark | [jeffryang24/asdf-spark](https://github.com/jeffryang24/asdf-spark) | | Spectral | [vbyrd/asdf-spectral](https://github.com/vbyrd/asdf-spectral) | | Spin | [pavloos/asdf-spin](https://github.com/pavloos/asdf-spin) | | spotbugs | [jiahuili430/asdf-spotbugs](https://github.com/jiahuili430/asdf-spotbugs) | diff --git a/plugins/spark b/plugins/spark index 939c28815..66a79e58e 100644 --- a/plugins/spark +++ b/plugins/spark @@ -1 +1 @@ -repository = https://github.com/sudo-black/asdf-spark.git +repository = https://github.com/jeffryang24/asdf-spark.git