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 ];
};
}

View file

@ -26,6 +26,5 @@ buildPythonPackage rec {
homepage = "https://github.com/explosion/catalogue";
changelog = "https://github.com/explosion/catalogue/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
};
}

View file

@ -18,6 +18,5 @@ buildPythonPackage rec {
description = "Python wrapper for MurmurHash3, a set of fast and robust hash functions";
homepage = "https://pypi.org/project/mmh3/";
license = licenses.cc0;
maintainers = [ maintainers.danieldk ];
};
}

View file

@ -31,6 +31,5 @@ buildPythonPackage rec {
description = "Toolkit for multi-domain Chinese word segmentation";
homepage = "https://github.com/lancopku/pkuseg-python";
license = licenses.unfree;
maintainers = with maintainers; [ danieldk ];
};
}

View file

@ -71,6 +71,6 @@ buildPythonPackage rec {
description = "Industrial-strength Natural Language Processing (NLP) with Python and Cython";
homepage = "https://github.com/explosion/spaCy";
license = licenses.mit;
maintainers = with maintainers; [ danieldk sdll ];
maintainers = with maintainers; [ sdll ];
};
}

View file

@ -40,6 +40,5 @@ buildPythonPackage rec {
description = "Modern high-performance serialization utilities for Python";
homepage = "https://github.com/explosion/srsly";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
};
}

View file

@ -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 ];
};
}

View file

@ -20,6 +20,5 @@ buildPythonPackage rec {
homepage = "https://github.com/ines/wasabi";
changelog = "https://github.com/ines/wasabi/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ danieldk ];
};
}