From 70487439d3afea2d19dbac8a6aac1353f6d37fa4 Mon Sep 17 00:00:00 2001 From: Gabor Pihaj Date: Fri, 1 Dec 2023 06:27:31 +0000 Subject: [PATCH] Add nix-attic plugin to the index (#2889) This PR adds the nix-attic plugin to the index. --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> --- docs/plugins/woodpecker-plugins/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/woodpecker-plugins/plugins.json b/docs/plugins/woodpecker-plugins/plugins.json index 41cde1dea..d20963fe2 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -149,6 +149,11 @@ "name": "GitHub Release", "docs": "https://raw.githubusercontent.com/woodpecker-ci/plugin-github-release/main/docs.md", "verified": true + }, + { + "name": "Nix - Attic", + "docs": "https://git.vdx.hu/voidcontext/woodpecker-plugin-nix-attic/raw/branch/main/docs.md", + "verified": false } ] }