badger: add hythera as maintainer

This commit is contained in:
Hythera
2026-06-09 11:17:16 +02:00
parent 2a9ceb0756
commit 240b60f08b
+1 -1
View File
@@ -29,6 +29,6 @@ buildGoModule (finalAttrs: {
homepage = "https://dgraph-io.github.io/badger";
license = lib.licenses.asl20;
mainProgram = "badger";
maintainers = [ ];
maintainers = with lib.maintainers; [ hythera ];
};
})