diff --git a/pkgs/development/python-modules/gguf/default.nix b/pkgs/development/python-modules/gguf/default.nix index aa36e03af5b1..4bddf387d180 100644 --- a/pkgs/development/python-modules/gguf/default.nix +++ b/pkgs/development/python-modules/gguf/default.nix @@ -49,6 +49,9 @@ buildPythonPackage rec { description = "Module for writing binary files in the GGUF format"; homepage = "https://ggml.ai/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ mitchmindtree ]; + maintainers = with lib.maintainers; [ + mitchmindtree + sarahec + ]; }; }