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