maintainers/teams: add zig team
This commit is contained in:
parent
c76615ea4f
commit
a8b91a52e5
1 changed files with 10 additions and 0 deletions
|
@ -891,4 +891,14 @@ with lib.maintainers; {
|
|||
shortName = "Xfce";
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
|
||||
zig = {
|
||||
members = [
|
||||
AndersonTorres
|
||||
figsoda
|
||||
];
|
||||
scope = "Maintain the Zig compiler toolchain and nixpkgs integration.";
|
||||
shortName = "Zig";
|
||||
enableFeatureFreezePing = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue