zig: restore with lib.maintainers;
This reverts 8315e00d46262e9f5b70e7731f9a318610049a3a
This commit is contained in:
parent
68f95de10f
commit
fcdf10cd12
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://ziglang.org/";
|
||||
changelog = "https://ziglang.org/download/${finalAttrs.version}/release-notes.html";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.andrewrk ] ++ lib.teams.zig.members;
|
||||
maintainers = with lib.maintainers; [ andrewrk ] ++ lib.teams.zig.members;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
} // removeAttrs args [ "hash" ])
|
||||
|
|
Loading…
Reference in a new issue