Added mccartykim to maintainers for llm (#340225)

This commit is contained in:
lassulus 2024-09-07 13:31:33 +01:00 committed by GitHub
commit e7e7226cb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View File

@ -13150,6 +13150,12 @@
githubId = 10420834;
name = "Mihai-Drosi Caju";
};
mccartykim = {
email = "mccartykim@zoho.com";
github = "mccartykim";
githubId = 9851221;
name = "Kimberly McCarty";
};
mccurdyc = {
email = "mccurdyc22@gmail.com";
github = "mccurdyc";

View File

@ -81,7 +81,10 @@ let
changelog = "https://github.com/simonw/llm/releases/tag/${version}";
license = licenses.asl20;
mainProgram = "llm";
maintainers = with maintainers; [ aldoborrero ];
maintainers = with maintainers; [
aldoborrero
mccartykim
];
};
};