Skip to content

Commit

Permalink
get-graphql-schema: Fix meta attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrox0 committed Aug 4, 2024
1 parent 0502f67 commit b812646
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/by-name/ge/get-graphql-schema/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit b812646

Please sign in to comment.