python3Packages.spacy-legacy: fix package description string

This commit is contained in:
Matt Melling 2023-01-09 19:32:14 +00:00
parent 54360cca52
commit 7e24808343
No known key found for this signature in database
GPG key ID: 92FC861888D08853

View file

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