0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/woodpecker-*: add myself as maintainer

This commit is contained in:
Bruno BELANYI 2023-03-18 17:12:48 +00:00
parent 67de7d105e
commit 6048912d8b
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -8,7 +8,7 @@ let
cfg = config.services.woodpecker-server; cfg = config.services.woodpecker-server;
in in
{ {
meta.maintainers = [ lib.maintainers.janik ]; meta.maintainers = with lib.maintainers; [ janik ambroisie ];
options = { options = {