Commit 80b13363 authored by squat's avatar squat Committed by Austin Seipp
Browse files

spicedb: add squat as maintainer



I'm working closely on the upstream project and have been contributing
fixes and updates to the Nix package and I would be happy to continue
maintaining this.

Signed-off-by: default avatarsquat <lserven@gmail.com>
parent 670a9d09
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -23436,6 +23436,13 @@
    githubId = 16364318;
    name = "Jeffrey Harmon";
  };
  squat = {
    matrix = "@squat:beeper.com";
    name = "squat";
    github = "squat";
    githubId = 20484159;
    keys = [ { fingerprint = "F246 425A 7650 6F37 0552  BA8D DEA9 C405 09D9 65F5"; } ];
  };
  srghma = {
    email = "srghma@gmail.com";
    github = "srghma";
+4 −1
Original line number Diff line number Diff line
@@ -41,7 +41,10 @@ buildGoModule rec {
    '';
    homepage = "https://authzed.com/";
    license = licenses.asl20;
    maintainers = with maintainers; [ thoughtpolice ];
    maintainers = with maintainers; [
      squat
      thoughtpolice
    ];
    mainProgram = "spicedb";
  };
}
+4 −1
Original line number Diff line number Diff line
@@ -42,6 +42,9 @@ buildGoModule rec {
    '';
    homepage = "https://authzed.com/";
    license = licenses.asl20;
    maintainers = with maintainers; [ thoughtpolice ];
    maintainers = with maintainers; [
      squat
      thoughtpolice
    ];
  };
}