pythonPackages.gcovr: Fixup homepage
This commit is contained in:
parent
5e2ac86e5b
commit
f13fdf4b1d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Python script for summarizing gcov data";
|
description = "A Python script for summarizing gcov data";
|
||||||
license = licenses.bsd0;
|
license = licenses.bsd0;
|
||||||
homepage = http://gcovr.com/;
|
homepage = https://www.gcovr.com/;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue