ython3Packages.llm-jq: add erethon and philiptaron as maintainers

This commit is contained in:
Joshua Peek
2025-09-30 09:01:40 -07:00
parent e1fef22490
commit 93f95b8606
@@ -31,6 +31,10 @@ buildPythonPackage rec {
homepage = "https://github.com/simonw/llm-jq";
changelog = "https://github.com/simonw/llm-jq/releases/tag/${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ josh ];
maintainers = with lib.maintainers; [
erethon
josh
philiptaron
];
};
}