woodpecker: add marcusramberg to maintainers (#451490)

This commit is contained in:
Bruno BELANYI
2025-10-13 07:30:25 +00:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -110,7 +110,10 @@ let
};
in
{
meta.maintainers = with lib.maintainers; [ ambroisie ];
meta.maintainers = with lib.maintainers; [
ambroisie
marcusramberg
];
options = {
services.woodpecker-agents = {

View File

@@ -38,6 +38,9 @@ buildGoModule rec {
changelog = "https://github.com/woodpecker-ci/plugin-git/releases/tag/${version}";
license = lib.licenses.asl20;
mainProgram = "plugin-git";
maintainers = with lib.maintainers; [ ambroisie ];
maintainers = with lib.maintainers; [
ambroisie
marcusramberg
];
};
}

View File

@@ -44,6 +44,7 @@ in
license = licenses.asl20;
maintainers = with maintainers; [
ambroisie
marcusramberg
techknowlogick
];
};