From e1fef224902a6e227218194f2825c061c3dbe72e Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 28 Sep 2025 10:43:45 -0700 Subject: [PATCH 1/3] python3Packages.llm-gemini: add philiptaron as maintainer --- pkgs/development/python-modules/llm-gemini/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/llm-gemini/default.nix b/pkgs/development/python-modules/llm-gemini/default.nix index 83d575836174..88a820b7e517 100644 --- a/pkgs/development/python-modules/llm-gemini/default.nix +++ b/pkgs/development/python-modules/llm-gemini/default.nix @@ -50,6 +50,9 @@ buildPythonPackage rec { homepage = "https://github.com/simonw/llm-gemini"; changelog = "https://github.com/simonw/llm-gemini/releases/tag/${src.tag}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ josh ]; + maintainers = with lib.maintainers; [ + josh + philiptaron + ]; }; } From 93f95b86068ee86ce8c35deb455ea0d694ed4777 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 28 Sep 2025 10:43:45 -0700 Subject: [PATCH 2/3] ython3Packages.llm-jq: add erethon and philiptaron as maintainers --- pkgs/development/python-modules/llm-jq/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/llm-jq/default.nix b/pkgs/development/python-modules/llm-jq/default.nix index f88e6ae566f4..4769b5b6a99b 100644 --- a/pkgs/development/python-modules/llm-jq/default.nix +++ b/pkgs/development/python-modules/llm-jq/default.nix @@ -31,6 +31,10 @@ buildPythonPackage rec { homepage = "https://github.com/simonw/llm-jq"; changelog = "https://github.com/simonw/llm-jq/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ josh ]; + maintainers = with lib.maintainers; [ + erethon + josh + philiptaron + ]; }; } From 851bd0f41ad8554e26f3c435d1669c71fc6d6d44 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 28 Sep 2025 10:43:45 -0700 Subject: [PATCH 3/3] 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 + ]; }; }