We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86c553 commit 79a6b79Copy full SHA for 79a6b79
pkgs/by-name/gq/gqlgenc/package.nix
@@ -37,11 +37,11 @@ buildGoModule (finalAttrs: {
37
# panic: httptest: failed to listen on a port: listen tcp6 [::1]:0: bind: operation not permitted
38
__darwinAllowLocalNetworking = true;
39
40
- meta = with lib; {
+ meta = {
41
description = "Go tool for building GraphQL client with gqlgen";
42
mainProgram = "gqlgenc";
43
homepage = "https://github.com/Yamashou/gqlgenc";
44
- license = licenses.mit;
45
- maintainers = with maintainers; [ wattmto ];
+ license = lib.licenses.mit;
+ maintainers = with lib.maintainers; [ wattmto ];
46
};
47
})
0 commit comments