python3Packages.spacy: remove myself as a maintainer

Remove myself as a maintainer of spaCy and its dependencies.
This commit is contained in:
Daniël de Kok
2021-02-01 14:50:57 +01:00
parent 23db19263f
commit 79e6a1f3e2
8 changed files with 2 additions and 8 deletions

View File

@@ -35,6 +35,5 @@ buildPythonPackage rec {
homepage = "https://github.com/explosion/cython-blis";
license = licenses.bsd3;
platforms = platforms.x86_64;
maintainers = with maintainers; [ danieldk ];
};
}