garnet: add hythera as maintainer

This commit is contained in:
Hythera
2026-02-25 19:21:45 +01:00
parent 7b237001c5
commit f3b91e9813
+4 -1
View File
@@ -55,7 +55,10 @@ buildDotnetModule rec {
homepage = "https://microsoft.github.io/garnet/";
changelog = "https://github.com/microsoft/garnet/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ getchoo ];
maintainers = with lib.maintainers; [
getchoo
hythera
];
mainProgram = "GarnetServer";
};
}