kcov: meta.{homePage -> homepage}
This commit is contained in:
parent
519d99f975
commit
70a02d64bc
@ -14,15 +14,15 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "code coverage tester for compiled programs, Python scripts and shell scripts";
|
description = "code coverage tester for compiled programs, Python scripts and shell scripts";
|
||||||
|
|
||||||
longDescription =
|
longDescription = ''
|
||||||
'' Kcov is a code coverage tester for compiled programs, Python
|
Kcov is a code coverage tester for compiled programs, Python
|
||||||
scripts and shell scripts. It allows collecting code coverage
|
scripts and shell scripts. It allows collecting code coverage
|
||||||
information from executables without special command-line
|
information from executables without special command-line
|
||||||
arguments, and continuosly produces output from long-running
|
arguments, and continuosly produces output from long-running
|
||||||
applications.
|
applications.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
homePage = http://simonkagstrom.github.io/kcov/index.html;
|
homepage = http://simonkagstrom.github.io/kcov/index.html;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
|
||||||
maintainers = [ maintainers.gal_bolle ];
|
maintainers = [ maintainers.gal_bolle ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user