We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9414a7 commit 022f67cCopy full SHA for 022f67c
1 file changed
pkgs/by-name/gr/graphite-cli/package.nix
@@ -42,6 +42,6 @@ buildNpmPackage rec {
42
homepage = "https://graphite.dev/docs/graphite-cli";
43
license = lib.licenses.unfree; # no license specified
44
mainProgram = "gt";
45
- maintainers = with lib.maintainers; [ ];
+ maintainers = with lib.maintainers; [ diegs ];
46
};
47
}
0 commit comments