Skip to content

Commit 79a6b79

Browse files
committed
gqlgenc: avoid with lib;
1 parent c86c553 commit 79a6b79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gq/gqlgenc/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ buildGoModule (finalAttrs: {
3737
# panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
3838
__darwinAllowLocalNetworking = true;
3939

40-
meta = with lib; {
40+
meta = {
4141
description = "Go tool for building GraphQL client with gqlgen";
4242
mainProgram = "gqlgenc";
4343
homepage = "https://github.com/Yamashou/gqlgenc";
44-
license = licenses.mit;
45-
maintainers = with maintainers; [ wattmto ];
44+
license = lib.licenses.mit;
45+
maintainers = with lib.maintainers; [ wattmto ];
4646
};
4747
})

0 commit comments

Comments
 (0)