dgraph: add sarahec as maintainer

This commit is contained in:
Sarah Clark
2025-11-11 15:06:51 -08:00
parent ec7071e847
commit bc6006a0b2
+4 -1
View File
@@ -51,7 +51,10 @@ buildGoModule rec {
meta = {
homepage = "https://dgraph.io/";
description = "Fast, Distributed Graph DB";
maintainers = with lib.maintainers; [ sigma ];
maintainers = with lib.maintainers; [
sarahec
sigma
];
# Apache 2.0 because we use only build "oss"
license = lib.licenses.asl20;
mainProgram = "dgraph";