python3Packages.llm-openai-plugin: add philiptaron as maintainer

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