python3Packages.spacy: add sarahec as maintainer

This commit is contained in:
Sarah Clark
2025-07-28 12:10:51 -07:00
parent 952ea5e97d
commit 2355f7f83b
@@ -142,7 +142,7 @@ buildPythonPackage rec {
homepage = "https://github.com/explosion/spaCy";
changelog = "https://github.com/explosion/spaCy/releases/tag/release-v${version}";
license = lib.licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ sarahec ];
mainProgram = "spacy";
};
}