summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-04 09:47:22 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-01-04 09:47:22 +0000
commit855e8f45a4f46e409a911715add088d0a8873274 (patch)
tree80f5c672433e983d606310696f699000aa945a89 /pkgs
parent8fadcd285aaed8534617cef3e2af6e4ee22f4e87 (diff)
downloadnixlib-855e8f45a4f46e409a911715add088d0a8873274.tar
nixlib-855e8f45a4f46e409a911715add088d0a8873274.tar.gz
nixlib-855e8f45a4f46e409a911715add088d0a8873274.tar.bz2
nixlib-855e8f45a4f46e409a911715add088d0a8873274.tar.lz
nixlib-855e8f45a4f46e409a911715add088d0a8873274.tar.xz
nixlib-855e8f45a4f46e409a911715add088d0a8873274.tar.zst
nixlib-855e8f45a4f46e409a911715add088d0a8873274.zip
Fixing a typo in the icoutils file.
svn path=/nixpkgs/trunk/; revision=31267
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/graphics/icoutils/default.nix4
1 files 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;
   };