From 7c2ca5832986763b3e5bfa277f42ef3eeca8ba20 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 23 Feb 2012 17:56:52 +0000 Subject: xchat: fixed trivial syntax error svn path=/nixpkgs/trunk/; revision=32516 --- pkgs/applications/networking/irc/xchat/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/networking/irc') diff --git a/pkgs/applications/networking/irc/xchat/default.nix b/pkgs/applications/networking/irc/xchat/default.nix index 30849c15ea3..4b9cef2d501 100644 --- a/pkgs/applications/networking/irc/xchat/default.nix +++ b/pkgs/applications/networking/irc/xchat/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation { 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; }; -- cgit 1.4.1