python310Packages.gcovr: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-10 09:23:01 +01:00 committed by GitHub
parent 541165f6f8
commit dacdad8313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python script for summarizing gcov data";
homepage = "https://www.gcovr.com/";
changelog = "https://github.com/gcovr/gcovr/blob/${version}/CHANGELOG.rst";
license = licenses.bsd0;
maintainers = with maintainers; [ ];
};