From b812646b79772bb7e9f21c8ecb935a55e7e8e7ff Mon Sep 17 00:00:00 2001 From: Pyrox Date: Sat, 3 Aug 2024 22:25:27 -0400 Subject: [PATCH] get-graphql-schema: Fix meta attributes --- pkgs/by-name/ge/get-graphql-schema/package.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ge/get-graphql-schema/package.nix b/pkgs/by-name/ge/get-graphql-schema/package.nix index c32fb60544d0..fe6b35e9bcad 100644 --- a/pkgs/by-name/ge/get-graphql-schema/package.nix +++ b/pkgs/by-name/ge/get-graphql-schema/package.nix @@ -32,9 +32,8 @@ stdenv.mkDerivation (finalAttrs: { ]; meta = { - description = "Command line tool for generating a changelog from git tags and commit history"; - homepage = "https://github.com/cookpete/auto-changelog"; - changelog = "https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md"; + description = "Fetch and print the GraphQL schema from a GraphQL HTTP endpoint."; + homepage = "https://github.com/prisma-labs/get-graphql-schema"; license = lib.licenses.mit; mainProgram = "get-graphql-schema"; maintainers = with lib.maintainers; [ pyrox0 ];