llm: add philiptaron to maintainers

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