Unverified Commit 73f05ba5 authored by Josh Heinrichs's avatar Josh Heinrichs
Browse files

graphite-cli: add joshheinrichs-shopify to maintainers

parent 79cd7af5
Loading
Loading
Loading
Loading
+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 ];
  };
}