Unverified Commit 75ed6e73 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

gqlgen: Fix Package Description (#479286)

parents 1f4b80d5 bb2c7e15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];