python3Packages.llm: add mccartykim to meta.maintainers
This commit is contained in:
parent
1753f8f317
commit
688184a5fc
@ -81,7 +81,10 @@ let
|
|||||||
changelog = "https://github.com/simonw/llm/releases/tag/${version}";
|
changelog = "https://github.com/simonw/llm/releases/tag/${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
mainProgram = "llm";
|
mainProgram = "llm";
|
||||||
maintainers = with maintainers; [ aldoborrero ];
|
maintainers = with maintainers; [
|
||||||
|
aldoborrero
|
||||||
|
mccartykim
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user