Unverified Commit dacdad83 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.gcovr: add changelog to meta

parent 541165f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; [ ];
  };