python3Packages.spacy-legacy: fix package description string
This commit is contained in:
parent
54360cca52
commit
7e24808343
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
pythonImportsCheck = [ "spacy_legacy" ];
|
pythonImportsCheck = [ "spacy_legacy" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Path interface for local and cloud bucket storage";
|
description = "Legacy registered functions for spaCy backwards compatibility";
|
||||||
homepage = "https://github.com/justindujardin/pathy";
|
homepage = "https://github.com/justindujardin/pathy";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ melling ];
|
maintainers = with maintainers; [ melling ];
|
||||||
|
|
Loading…
Reference in a new issue