mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
python3Packages.llm-openrouter: add arcuru as maintainer
Co-authored-by: Philip Taron <philip.taron@gmail.com>
This commit is contained in:
committed 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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user