maintainers/teams: add zig team

This commit is contained in:
figsoda 2023-08-09 21:34:28 -04:00
parent c76615ea4f
commit a8b91a52e5

View file

@ -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;
};
}