Commit 58002df6 authored by Gutyina Gergő's avatar Gutyina Gergő Committed by Niklas Korz
Browse files

librechat: add maintainer gepbird

parent 33492d7d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -92,7 +92,10 @@ buildNpmPackage (finalAttrs: {
    homepage = "https://github.com/danny-avila/LibreChat";
    changelog = "https://www.librechat.ai/changelog/${finalAttrs.src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ niklaskorz ];
    maintainers = with lib.maintainers; [
      gepbird
      niklaskorz
    ];
    mainProgram = "librechat-server";
  };
})