python3Packages.llm-gemini: add philiptaron as maintainer
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user