python310Packages.dvc-render: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-22 11:17:20 +01:00
parent 8af586882a
commit 7b66712871
@@ -57,6 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for rendering DVC plots";
homepage = "https://github.com/iterative/dvc-render";
changelog = "https://github.com/iterative/dvc-render/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};