python3Packages.gguf: add sarahec as maintainer
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user