Unverified Commit b5718c0e authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents c084b028 73f05ba5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 ];
  };
}