graphite-cli: add joshheinrichs-shopify to maintainers

This commit is contained in:
Josh Heinrichs
2025-04-03 17:54:55 -06:00
parent 79cd7af5b6
commit 73f05ba59c
+1 -1
View File
@@ -44,6 +44,6 @@ buildNpmPackage rec {
homepage = "https://graphite.dev/docs/graphite-cli";
license = lib.licenses.unfree; # no license specified
mainProgram = "gt";
maintainers = with lib.maintainers; [ ];
maintainers = with lib.maintainers; [ joshheinrichs-shopify ];
};
}