python3Packages.spacy: remove myself as a maintainer
Remove myself as a maintainer of spaCy and its dependencies.
This commit is contained in:
parent
23db19263f
commit
79e6a1f3e2
@ -35,6 +35,5 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/explosion/cython-blis";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.x86_64;
|
||||
maintainers = with maintainers; [ danieldk ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user