gqlgen: refactor

The description of the package did not adhere to the nixpkgs
contribution guideline for meta attributes.
This commit is contained in:
Sebastian Kowalak
2026-01-12 10:14:06 +01:00
parent 7bdb7b1fb9
commit bb2c7e15f5
+1 -1
View File
@@ -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 ];