gqlgen: Fix Package Description (#479286)

This commit is contained in:
Yohann Boniface
2026-01-12 22:57:21 +00:00
committed by GitHub
+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 ];