From 7fe7b58fdcfae4bcbe30953cc29933788f56c844 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Tue, 25 Mar 2025 13:58:56 -0700 Subject: [PATCH] python3Packages.llm-openrouter: add arcuru as maintainer Co-authored-by: Philip Taron --- pkgs/development/python-modules/llm-openrouter/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + ]; }; }