gqlgen: refactor
The description of the package did not adhere to the nixpkgs contribution guideline for meta attributes.
This commit is contained in:
@@ -39,7 +39,7 @@ buildGoModule {
|
||||
meta = {
|
||||
homepage = "https://github.com/99designs/gqlgen";
|
||||
changelog = "https://github.com/99designs/gqlgen/releases/tag/v${version}";
|
||||
description = "go generate based graphql server library";
|
||||
description = "Go generate based GraphQL server library";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "gqlgen";
|
||||
maintainers = with lib.maintainers; [ skowalak ];
|
||||
|
||||
Reference in New Issue
Block a user