python310Packages.dvc-task: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-24 23:54:59 +01:00 committed by GitHub
parent 5f7260b160
commit f12cce6007
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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