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

maintainers/teams: add buildbot

This commit is contained in:
zowoq 2023-12-28 11:48:40 +10:00
parent c28ef4b5cf
commit 3d0b034e87
8 changed files with 23 additions and 13 deletions

View file

@ -104,5 +104,5 @@ import ./make-test-python.nix ({ pkgs, ... }: {
bbworker.fail("nc -z bbmaster 8011")
'';
meta.maintainers = with pkgs.lib.maintainers; [ ];
meta.maintainers = pkgs.lib.teams.buildbot.members;
})