xchat: fixed trivial syntax error

svn path=/nixpkgs/trunk/; revision=32516
This commit is contained in:
Peter Simons 2012-02-23 17:56:52 +00:00
parent 211be0db63
commit 7c2ca58329

View File

@ -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;
};