Unverified Commit f3b91e98 authored by Hythera's avatar Hythera
Browse files

garnet: add hythera as maintainer

parent 7b237001
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
}