Unverified Commit bb2c7e15 authored by Sebastian Kowalak's avatar Sebastian Kowalak
Browse files

gqlgen: refactor

The description of the package did not adhere to the nixpkgs
contribution guideline for meta attributes.
parent 7bdb7b1f
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 ];