Author: viric
Date: Wed Jan  4 09:47:22 2012
New Revision: 31267
URL: https://nixos.org/websvn/nix/?rev=31267&sc=1

Log:
Fixing a typo in the icoutils file.

Modified:
   nixpkgs/trunk/pkgs/tools/graphics/icoutils/default.nix

Modified: nixpkgs/trunk/pkgs/tools/graphics/icoutils/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/graphics/icoutils/default.nix      Wed Jan  4 
09:45:28 2012        (r31266)
+++ nixpkgs/trunk/pkgs/tools/graphics/icoutils/default.nix      Wed Jan  4 
09:47:22 2012        (r31267)
@@ -11,8 +11,8 @@
   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;
   };
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to