Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

zig: restore `with lib.maintainers;`

This reverts 8315e00d46262e9f5b70e7731f9a318610049a3a

authored by figsoda and committed by Anderson Torres fcdf10cd 68f95de1

+1 -1
+1 -1
pkgs/development/compilers/zig/generic.nix
··· 65 homepage = "https://ziglang.org/"; 66 changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html"; 67 license = lib.licenses.mit; 68 - maintainers = [ lib.maintainers.andrewrk ] ++ lib.teams.zig.members; 69 platforms = lib.platforms.unix; 70 }; 71 } // removeAttrs args [ "hash" ])
··· 65 homepage = "https://ziglang.org/"; 66 changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html"; 67 license = lib.licenses.mit; 68 + maintainers = with lib.maintainers; [ andrewrk ] ++ lib.teams.zig.members; 69 platforms = lib.platforms.unix; 70 }; 71 } // removeAttrs args [ "hash" ])