From 93f95b86068ee86ce8c35deb455ea0d694ed4777 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Sun, 28 Sep 2025 10:43:45 -0700 Subject: [PATCH] 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 + ]; }; }