badger: modernize

This commit is contained in:
Hythera
2026-06-09 11:16:58 +02:00
parent 4aa551078d
commit 2a9ceb0756
+4 -1
View File
@@ -21,9 +21,12 @@ buildGoModule (finalAttrs: {
doCheck = false;
__structuredAttrs = true;
meta = {
changelog = "https://github.com/dgraph-io/badger/releases/tag/${finalAttrs.src.tag}";
description = "Fast key-value DB in Go";
homepage = "https://github.com/dgraph-io/badger";
homepage = "https://dgraph-io.github.io/badger";
license = lib.licenses.asl20;
mainProgram = "badger";
maintainers = [ ];