Skip to content

Commit 80b1336

Browse files
squatthoughtpolice
authored andcommitted
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: squat <[email protected]>
1 parent 670a9d0 commit 80b1336

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

maintainers/maintainer-list.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23436,6 +23436,13 @@
2343623436
githubId = 16364318;
2343723437
name = "Jeffrey Harmon";
2343823438
};
23439+
squat = {
23440+
matrix = "@squat:beeper.com";
23441+
name = "squat";
23442+
github = "squat";
23443+
githubId = 20484159;
23444+
keys = [ { fingerprint = "F246 425A 7650 6F37 0552 BA8D DEA9 C405 09D9 65F5"; } ];
23445+
};
2343923446
srghma = {
2344023447
email = "[email protected]";
2344123448
github = "srghma";

pkgs/servers/spicedb/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ buildGoModule rec {
4141
'';
4242
homepage = "https://authzed.com/";
4343
license = licenses.asl20;
44-
maintainers = with maintainers; [ thoughtpolice ];
44+
maintainers = with maintainers; [
45+
squat
46+
thoughtpolice
47+
];
4548
mainProgram = "spicedb";
4649
};
4750
}

pkgs/servers/spicedb/zed.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ buildGoModule rec {
4242
'';
4343
homepage = "https://authzed.com/";
4444
license = licenses.asl20;
45-
maintainers = with maintainers; [ thoughtpolice ];
45+
maintainers = with maintainers; [
46+
squat
47+
thoughtpolice
48+
];
4649
};
4750
}

0 commit comments

Comments
 (0)