graphite-cli: add joshheinrichs-shopify to maintainers (#395885)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user