diff --git a/pkgs/development/python-modules/spacy/legacy.nix b/pkgs/development/python-modules/spacy/legacy.nix index 3ee2feeaa96a..86c225324330 100644 --- a/pkgs/development/python-modules/spacy/legacy.nix +++ b/pkgs/development/python-modules/spacy/legacy.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "spacy_legacy" ]; 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"; license = licenses.asl20; maintainers = with maintainers; [ melling ];