ython3Packages.llm-jq: add erethon and philiptaron as maintainers

Changed files
+5 -1
pkgs
development
python-modules
llm-jq
+5 -1
pkgs/development/python-modules/llm-jq/default.nix
···
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
+
];
};
}