python310Packages.spacy: add changelog to meta
This commit is contained in:
parent
b4ff4034f6
commit
fec3896c1c
@ -107,6 +107,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Industrial-strength Natural Language Processing (NLP)";
|
||||
homepage = "https://github.com/explosion/spaCy";
|
||||
changelog = "https://github.com/explosion/spaCy/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user