From 30280ee41155d069ca8bea6a679c957fb46a1fa2 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 16 Aug 2023 15:27:10 +0000 Subject: [PATCH] woodpecker-*: add 'meta.changelog' --- .../tools/continuous-integration/woodpecker/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/continuous-integration/woodpecker/common.nix b/pkgs/development/tools/continuous-integration/woodpecker/common.nix index 8389f7aa2cd6..f44f48d6e2ad 100644 --- a/pkgs/development/tools/continuous-integration/woodpecker/common.nix +++ b/pkgs/development/tools/continuous-integration/woodpecker/common.nix @@ -31,6 +31,7 @@ in meta = with lib; { homepage = "https://woodpecker-ci.org/"; + changelog = "https://github.com/woodpecker-ci/woodpecker/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ ambroisie techknowlogick adamcstephens ]; };