Fixing a typo in the icoutils file.

svn path=/nixpkgs/trunk/; revision=31267
This commit is contained in:
Lluís Batlle i Rossell 2012-01-04 09:47:22 +00:00
parent 8fadcd285a
commit 855e8f45a4

View file

@ -11,8 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = [ libpng ];
meta = {
homepage = http://www.nongnu.org/icoutils/
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";;
homepage = http://www.nongnu.org/icoutils/;
description = "Set of programs to deal with Microsoft Windows(R) icon and cursor files";
license = "GPLv3+";
platforms = with stdenv.lib.platforms; linux;
};