python310Packages.scmrepo: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-01 17:39:28 +01:00
parent 1f244f1625
commit 87adfff3cf

View File

@ -58,6 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SCM wrapper and fsspec filesystem";
homepage = "https://github.com/iterative/scmrepo";
changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};