diff --git a/pkgs/development/python-modules/llm-openrouter/default.nix b/pkgs/development/python-modules/llm-openrouter/default.nix index ada713681c69..d3254edb6cdc 100644 --- a/pkgs/development/python-modules/llm-openrouter/default.nix +++ b/pkgs/development/python-modules/llm-openrouter/default.nix @@ -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 + ]; }; }