fix: change docker-compose-v1 plugin to maintained repo (#797)

This commit is contained in:
Yann ILAS
2023-04-06 02:20:07 +02:00
committed by GitHub
parent e0d3bcff9e
commit 3165d6d837
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec
| dive | [looztra/asdf-dive](https://github.com/looztra/asdf-dive) | [![Build Status](https://travis-ci.org/looztra/asdf-dive.svg?branch=master)](https://travis-ci.org/looztra/asdf-dive) |
| djinni | [cross-language-cpp/asdf-djinni](https://github.com/cross-language-cpp/asdf-djinni.git) | [![Build](https://github.com/cross-language-cpp/asdf-djinni/workflows/Build/badge.svg?event=push&branch=main)](https://github.com/cross-language-cpp/asdf-djinni/actions) |
| docker-slim | [xataz/asdf-docker-slim](https://github.com/xataz/asdf-docker-slim.git) | [![Build](https://github.com/xataz/asdf-docker-slim/actions/workflows/workflow.yml/badge.svg)](https://github.com/xataz/asdf-docker-slim/actions/workflows/workflow.yml) |
| docker-compose-v1 | [kompiro/asdf-docker-compose-v1](https://github.com/kompiro/asdf-docker-compose-v1.git) | [![Build Status](https://github.com/kompiro/asdf-docker-compose-v1/actions/workflows/build.yml/badge.svg)](https://github.com/kompiro/asdf-docker-compose-v1/actions/workflows/build.yml) |
| docker-compose-v1 | [yilas/asdf-docker-compose-v1](https://github.com/yilas/asdf-docker-compose-v1.git) | [![Build Status](https://github.com/yilas/asdf-docker-compose-v1/actions/workflows/build.yml/badge.svg)](https://github.com/yilas/asdf-docker-compose-v1/actions/workflows/build.yml) |
| dockle | [mathew-fleisch/asdf-semver](https://github.com/mathew-fleisch/asdf-dockle) | [![Build Status](https://github.com/mathew-fleisch/asdf-dockle/workflows/Build/badge.svg?branch=main)](https://github.com/mathew-fleisch/asdf-dockle/actions) |
| doctl | [maristgeek/asdf-doctl](https://github.com/maristgeek/asdf-doctl) | [![Build Status](https://travis-ci.org/maristgeek/asdf-doctl.svg?branch=master)](https://travis-ci.org/maristgeek/asdf-doctl) |
| docToolchain | [joschi/asdf-doctoolchain](https://github.com/joschi/asdf-doctoolchain) | [![Main workflow](https://github.com/joschi/asdf-doctoolchain/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/joschi/asdf-doctoolchain/actions) |

View File

@@ -1 +1 @@
repository = https://github.com/kompiro/asdf-docker-compose-v1
repository = https://github.com/yilas/asdf-docker-compose-v1