python310Packages.thinc: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-12 21:31:00 +01:00
parent 332bdd06ef
commit e9d3edac74

View File

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