graphite-cli: add joshheinrichs-shopify to maintainers (#395885)

This commit is contained in:
Yohann Boniface
2025-04-27 12:06:13 +02:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -11954,6 +11954,12 @@
github = "joshainglis";
githubId = 1281131;
};
joshheinrichs-shopify = {
name = "Josh Heinrichs";
email = "josh.heinrichs@shopify.com";
github = "joshheinrichs-shopify";
githubId = 100245234;
};
joshniemela = {
name = "Joshua Niemelä";
email = "josh@jniemela.dk";
+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 ];
};
}