From 70a02d64bcbcec14a44e8b302ee32be4dcfd6cf4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 7 May 2016 16:46:07 +0200 Subject: [PATCH] kcov: meta.{homePage -> homepage} --- pkgs/development/tools/analysis/kcov/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/tools/analysis/kcov/default.nix b/pkgs/development/tools/analysis/kcov/default.nix index 4a33a0cd8f3..00eb5b9afc1 100644 --- a/pkgs/development/tools/analysis/kcov/default.nix +++ b/pkgs/development/tools/analysis/kcov/default.nix @@ -14,15 +14,15 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "code coverage tester for compiled programs, Python scripts and shell scripts"; - longDescription = - '' Kcov is a code coverage tester for compiled programs, Python + longDescription = '' + Kcov is a code coverage tester for compiled programs, Python scripts and shell scripts. It allows collecting code coverage information from executables without special command-line arguments, and continuosly produces output from long-running applications. - ''; + ''; - homePage = http://simonkagstrom.github.io/kcov/index.html; + homepage = http://simonkagstrom.github.io/kcov/index.html; license = licenses.gpl2; maintainers = [ maintainers.gal_bolle ];