python310Packages.diff-cover: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-26 20:54:15 +01:00 committed by GitHub
parent 9d44d08620
commit 9c2970e8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Automatically find diff lines that need test coverage";
homepage = "https://github.com/Bachmann1234/diff-cover";
changelog = "https://github.com/Bachmann1234/diff_cover/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ dzabraev ];
};