python3Packages.llm-openrouter: add acruru as maintainer (#393231)

This commit is contained in:
Philip Taron
2025-06-20 06:01:18 -07:00
committed by GitHub
@@ -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
];
};
}