python3Packages.llm-{gemini,jq,openai-plugin}: hand off maintainership (#446952)

This commit is contained in:
Philip Taron
2025-09-30 16:16:10 +00:00
committed by GitHub
3 changed files with 13 additions and 3 deletions
@@ -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
];
};
}
@@ -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
];
};
}
@@ -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
];
};
}