python310Packages.dvc-task: add changelog to meta
This commit is contained in:
parent
5f7260b160
commit
f12cce6007
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Celery task queue used in DVC";
|
||||
homepage = "https://github.com/iterative/dvc-task";
|
||||
changelog = "https://github.com/iterative/dvc-task/releases/tag/${version}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue