python310Packages.trainer: add changelog to meta
This commit is contained in:
parent
ee251dca0e
commit
49e537eaa5
@ -60,6 +60,7 @@ buildPythonPackage {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A general purpose model trainer, as flexible as it gets";
|
description = "A general purpose model trainer, as flexible as it gets";
|
||||||
homepage = "https://github.com/coqui-ai/Trainer";
|
homepage = "https://github.com/coqui-ai/Trainer";
|
||||||
|
changelog = "https://github.com/coqui-ai/Trainer/releases/tag/v${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = teams.tts.members;
|
maintainers = teams.tts.members;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user