python310Packages.dvc-objects: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-22 17:25:02 +01:00
parent 68403fe04f
commit ca81442a99

View File

@ -56,6 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for DVC objects";
homepage = "https://github.com/iterative/dvc-objects";
changelog = "https://github.com/iterative/dvc-objects/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};