forked from mirrors/nixpkgs
nixos/github-runner{,s}: add @veehaitch and @newam as maintainers
This commit is contained in:
parent
b634dbe576
commit
57a517db35
2 changed files with 4 additions and 0 deletions
nixos/modules/services/continuous-integration
|
@ -20,4 +20,6 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
services.github-runners.${cfg.name} = cfg;
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ veehaitch newam ];
|
||||
}
|
||||
|
|
|
@ -53,4 +53,6 @@ in
|
|||
}))
|
||||
);
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ veehaitch newam ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue