python310Packages.trainer: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-22 09:30:20 +01:00
parent ee251dca0e
commit 49e537eaa5

View File

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