llm: add philiptaron to maintainers

This commit is contained in:
Philip Taron
2025-05-31 20:22:54 -07:00
parent b06e408d0d
commit 81b35cd59b
@@ -202,15 +202,16 @@ let
};
};
meta = with lib; {
meta = {
homepage = "https://github.com/simonw/llm";
description = "Access large language models from the command-line";
changelog = "https://github.com/simonw/llm/releases/tag/${src.tag}";
license = licenses.asl20;
license = lib.licenses.asl20;
mainProgram = "llm";
maintainers = with maintainers; [
maintainers = with lib.maintainers; [
aldoborrero
mccartykim
philiptaron
];
};
};