python3Packages.llm-openrouter: add arcuru as maintainer

Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
Patrick Jackson
2025-06-20 05:46:55 -07:00
committed by Philip Taron
co-authored by Philip Taron
parent f2e68be6c8
commit 7fe7b58fdc
@@ -51,6 +51,9 @@ buildPythonPackage rec {
homepage = "https://github.com/simonw/llm-openrouter";
changelog = "https://github.com/simonw/llm-openrouter/releases/tag/${version}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ philiptaron ];
maintainers = with lib.maintainers; [
arcuru
philiptaron
];
};
}