From 7e24808343a572f060399d202903e997e0298c3b Mon Sep 17 00:00:00 2001 From: Matt Melling Date: Mon, 9 Jan 2023 19:32:14 +0000 Subject: [PATCH] python3Packages.spacy-legacy: fix package description string --- pkgs/development/python-modules/spacy/legacy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];