1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

get-graphql-schema: Fix meta attributes

This commit is contained in:
Pyrox 2024-08-03 22:25:27 -04:00
parent 0502f67fa6
commit b812646b79
No known key found for this signature in database
GPG key ID: 8CDF3F7CAA53A0F5

View file

@ -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 ];