From 666ded3f8e29af68f833cf3291b06a6d9f663bca Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Sat, 29 Nov 2025 11:21:09 -0800 Subject: [PATCH] python3Packages.gguf: add sarahec as maintainer --- pkgs/development/python-modules/gguf/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 + ]; }; }