From 851bd0f41ad8554e26f3c435d1669c71fc6d6d44 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 28 Sep 2025 10:43:45 -0700 Subject: [PATCH] python3Packages.llm-openai-plugin: add philiptaron as maintainer --- .../development/python-modules/llm-openai-plugin/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/llm-openai-plugin/default.nix b/pkgs/development/python-modules/llm-openai-plugin/default.nix index 27b17a3cc75e..137878ffadbc 100644 --- a/pkgs/development/python-modules/llm-openai-plugin/default.nix +++ b/pkgs/development/python-modules/llm-openai-plugin/default.nix @@ -50,6 +50,9 @@ buildPythonPackage rec { homepage = "https://github.com/simonw/llm-openai-plugin"; changelog = "https://github.com/simonw/llm-openai-plugin/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ josh ]; + maintainers = with lib.maintainers; [ + josh + philiptaron + ]; }; }