python3Packages.gguf: add sarahec as maintainer

This commit is contained in:
Sarah Clark
2025-11-29 11:33:05 -08:00
parent dfe57d7ade
commit 666ded3f8e
@@ -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
];
};
}