Commit 0999330a authored by 06kellyjac's avatar 06kellyjac
Browse files

promptfoo: add jk as maintainer

Add myself as a maintainer
parent 113bb8d5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ buildNpmPackage rec {
    homepage = "https://www.promptfoo.dev/";
    changelog = "https://github.com/promptfoo/promptfoo/releases/tag/${version}";
    license = lib.licenses.mit;
    maintainers = [ lib.maintainers.nathanielbrough ];
    maintainers = with lib.maintainers; [
      nathanielbrough
      jk
    ];
  };
}