From 855e8f45a4f46e409a911715add088d0a8873274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 4 Jan 2012 09:47:22 +0000 Subject: [PATCH] Fixing a typo in the icoutils file. svn path=/nixpkgs/trunk/; revision=31267 --- pkgs/tools/graphics/icoutils/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/graphics/icoutils/default.nix b/pkgs/tools/graphics/icoutils/default.nix index 69d35fec1629..5abc909ea306 100644 --- a/pkgs/tools/graphics/icoutils/default.nix +++ b/pkgs/tools/graphics/icoutils/default.nix @@ -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; };