nixpkgs-vet: add Nixpkgs CI team as maintainers

Kept explicit non-team maintainers as-is, even though some of them are
also CI team members.

(cherry picked from commit 164a955217)
This commit is contained in:
Matt Sturgeon 2026-07-02 14:37:26 +01:00 committed by github-actions[bot]
commit 4819e0467d

View file

@ -31,5 +31,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
philiptaron
willbush
];
teams = [ lib.teams.ci ];
};
})