Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
pythonPackages.gcovr: Fixup homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
knedlsepp committed Jun 1, 2019
1 parent 5e2ac86 commit f13fdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/gcovr/default.nix
Expand Up @@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A Python script for summarizing gcov data";
license = licenses.bsd0;
homepage = http://gcovr.com/;
homepage = https://www.gcovr.com/;
};

}

0 comments on commit f13fdf4

Please sign in to comment.