Author: simons
Date: Thu Feb 23 17:56:52 2012
New Revision: 32516
URL: https://nixos.org/websvn/nix/?rev=32516&sc=1

Log:
xchat: fixed trivial syntax error

Modified:
   nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix

Modified: nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix    Thu Feb 
23 16:20:09 2012        (r32515)
+++ nixpkgs/trunk/pkgs/applications/networking/irc/xchat/default.nix    Thu Feb 
23 17:56:52 2012        (r32516)
@@ -10,7 +10,7 @@
   configureFlags = "--disable-nls";
 
   meta = {
-    description = "IRC client using GTK".
+    description = "IRC client using GTK";
     homepage = http://www.xchat.org;
     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