Merge pull request #224775 from qowoz/teams-github

maintainers/teams: set githubTeams for golang and rust
This commit is contained in:
Jörg Thalheim 2023-04-05 08:37:31 +01:00 committed by GitHub
commit 5b68fb2a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,6 +294,9 @@ with lib.maintainers; {
zowoq
qbit
];
githubTeams = [
"golang"
];
scope = "Maintain Golang compilers.";
shortName = "Go";
enableFeatureFreezePing = true;
@ -723,6 +726,9 @@ with lib.maintainers; {
winter
zowoq
];
githubTeams = [
"rust"
];
scope = "Maintain the Rust compiler toolchain and nixpkgs integration.";
shortName = "Rust";
enableFeatureFreezePing = true;