woodpecker: add marcusramberg to maintainers (#451490)
This commit is contained in:
@@ -110,7 +110,10 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
meta.maintainers = with lib.maintainers; [ ambroisie ];
|
||||
meta.maintainers = with lib.maintainers; [
|
||||
ambroisie
|
||||
marcusramberg
|
||||
];
|
||||
|
||||
options = {
|
||||
services.woodpecker-agents = {
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -44,6 +44,7 @@ in
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [
|
||||
ambroisie
|
||||
marcusramberg
|
||||
techknowlogick
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user