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.
This commit is contained in:
Matt Sturgeon
2026-07-02 14:37:26 +01:00
parent fdefb4bb67
commit 164a955217
+1
View File
@@ -32,5 +32,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
philiptaron
willbush
];
teams = [ lib.teams.ci ];
};
})