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:
parent
67de7d105e
commit
6048912d8b
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue