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
@@ -78,6 +78,6 @@ buildPythonPackage rec {
description = "Practical Machine Learning for NLP in Python";
homepage = "https://github.com/explosion/thinc";
license = licenses.mit;
maintainers = with maintainers; [ aborsu danieldk sdll ];
maintainers = with maintainers; [ aborsu sdll ];
};
}