summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihar.hrachyshka@gmail.com>2025-01-28 23:36:24 -0500
committerIhar Hrachyshka <ihar.hrachyshka@gmail.com>2025-01-28 23:37:46 -0500
commit74942708f6f41920d6c43dd05eb772056afb4263 (patch)
tree0bea9fd11fc042a2d0f511373efb3c6864925816 /pkgs/development/python-modules/llama-cpp-python
parent443cb1ec56d8188f1249ad18656aee6d9dc5021f (diff)
python312Packages.llama-cpp-python: adding new maintainer (@booxter)
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
-rw-r--r--pkgs/development/python-modules/llama-cpp-python/default.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix
index 00dd70400d86..90e2d9f7d0cb 100644
--- a/pkgs/development/python-modules/llama-cpp-python/default.nix
+++ b/pkgs/development/python-modules/llama-cpp-python/default.nix
@@ -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
+ ];
};
}