glaze: add miniharrinn as a maintainer

This commit is contained in:
Harinn
2026-03-27 22:14:56 +07:00
parent 790d44e4c7
commit f34b5e5b67
+4 -1
View File
@@ -35,7 +35,10 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://github.com/stephenberry/glaze/releases/tag/v${finalAttrs.version}";
description = "Extremely fast, in memory, JSON and interface library for modern C++";
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ moni ];
maintainers = with lib.maintainers; [
moni
miniharinn
];
license = lib.licenses.mit;
};
})