python310Packages.thinc: add changelog to meta
This commit is contained in:
parent
332bdd06ef
commit
e9d3edac74
@ -97,6 +97,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Library for NLP machine learning";
|
||||
homepage = "https://github.com/explosion/thinc";
|
||||
changelog = "https://github.com/explosion/thinc/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ aborsu ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user