From 55ca947a7c11ebb17ce0f01fd7fc8305025712fc Mon Sep 17 00:00:00 2001 From: jrrom <77691121+jrrom@users.noreply.github.com> Date: Wed, 8 Nov 2023 18:23:50 +0530 Subject: [PATCH] fix: point `purescript` and `spago` plugins to new repos (#911) Co-authored-by: James Hegedus --- README.md | 4 ++-- plugins/purescript | 2 +- plugins/spago | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5352b93a1..133688182 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | psc-package | [nsaunders/asdf-psc-package](https://github.com/nsaunders/asdf-psc-package) | [![Build Status](https://github.com/nsaunders/asdf-psc-package/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-psc-package/actions) | | Pulumi | [canha/asdf-pulumi](https://github.com/canha/asdf-pulumi) | [![Build Status](https://travis-ci.org/canha/asdf-pulumi.svg?branch=master)](https://travis-ci.org/canha/asdf-pulumi) | | purerl | [GoNZooo/asdf-purerl](https://github.com/GoNZooo/asdf-purerl) | [![Build Status](https://github.com/GoNZooo/asdf-purerl/workflows/Build/badge.svg)](https://github.com/GoNZooo/asdf-purerl/actions) | -| PureScript | [nsaunders/asdf-purescript](https://github.com/nsaunders/asdf-purescript) | [![Build Status](https://github.com/nsaunders/asdf-purescript/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-purescript/actions) | +| PureScript | [jrrom/asdf-purescript](https://github.com/jrrom/asdf-purescript) | [![Build Status](https://github.com/jrrom/asdf-purescript/workflows/Build/badge.svg)](https://github.com/jrrom/asdf-purescript/actions) | | Purty | [nsaunders/asdf-purty](https://github.com/nsaunders/asdf-purty) | [![Build Status](https://github.com/nsaunders/asdf-purty/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-purty/actions) | | Python | [danhper/asdf-python](https://github.com/danhper/asdf-python) | [![Build Status](https://travis-ci.org/danhper/asdf-python.svg?branch=master)](https://travis-ci.org/danhper/asdf-python) | | q | [moritz-makandra/asdf-plugin-qdns](https://github.com/moritz-makandra/asdf-plugin-qdns) | [![Build Status](https://github.com/moritz-makandra/asdf-plugin-qdns/actions/workflows/build.yml/badge.svg)](https://github.com/moritz-makandra/asdf-plugin-qdns/actions) | @@ -620,7 +620,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | soracom-cli | [grimoh/asdf-soracom](https://github.com/grimoh/asdf-soracom) | [![GitHub Actions Status](https://github.com/grimoh/asdf-soracom/workflows/Build/badge.svg?branch=main)](https://github.com/grimoh/asdf-soracom/actions) | | Sourcery | [younke/asdf-sourcery](https://github.com/younke/asdf-sourcery) | [![Build Status](https://github.com/younke/asdf-sourcery/workflows/Build/badge.svg?branch=master)](https://github.com/younke/asdf-sourcery/actions) | | spacectl | [bodgit/asdf-spacectl](https://github.com/bodgit/asdf-spacectl) | [![Build Status](https://github.com/bodgit/asdf-spacectl/workflows/Build/badge.svg?branch=main)](https://github.com/bodgit/asdf-spacectl/actions) | -| Spago | [nsaunders/asdf-spago](https://github.com/nsaunders/asdf-spago) | [![Build Status](https://github.com/nsaunders/asdf-spago/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-spago/actions) | +| Spago | [jrrom/asdf-spago](https://github.com/jrrom/asdf-spago) | [![Build Status](https://github.com/jrrom/asdf-spago/workflows/Build/badge.svg)](https://github.com/jrrom/asdf-spago/actions) | | Spark | [joshuaballoch/asdf-spark](https://github.com/joshuaballoch/asdf-spark) | [![Build Status](https://travis-ci.org/joshuaballoch/asdf-spark.svg?branch=master)](https://travis-ci.org/joshuaballoch/asdf-spark) | | Spectral | [vbyrd/asdf-spectral](https://github.com/vbyrd/asdf-spectral) | [![Build Status](https://github.com/vbyrd/asdf-spectral/workflows/Build/badge.svg)](https://github.com/vbyrd/asdf-spectral/actions) | | Spin | [pavloos/asdf-spin](https://github.com/pavloos/asdf-spin) | [![Build Status](https://github.com/pavloos/asdf-spin/workflows/Build/badge.svg?branch=main)](https://github.com/pavloos/asdf-spin/actions) | diff --git a/plugins/purescript b/plugins/purescript index 4dbfe09ce..6c9f781be 100644 --- a/plugins/purescript +++ b/plugins/purescript @@ -1 +1 @@ -repository = https://github.com/nsaunders/asdf-purescript.git +repository = https://github.com/jrrom/asdf-purescript.git diff --git a/plugins/spago b/plugins/spago index 0dad89f32..0396d25d6 100644 --- a/plugins/spago +++ b/plugins/spago @@ -1 +1 @@ -repository = https://github.com/nsaunders/asdf-spago.git +repository = https://github.com/jrrom/asdf-spago.git