Skip to content

Commit

Permalink
python312Packages.llama-cpp-python: adding new maintainer (@booxter)
Browse files Browse the repository at this point in the history
  • Loading branch information
booxter committed Jan 29, 2025
1 parent 443cb1e commit 7494270
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/llama-cpp-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ buildPythonPackage rec {
homepage = "https://github.com/abetlen/llama-cpp-python";
changelog = "https://github.com/abetlen/llama-cpp-python/blob/v${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kirillrdy ];
maintainers = with lib.maintainers; [
booxter
kirillrdy
];
};
}

0 comments on commit 7494270

Please sign in to comment.