xchat: fixed trivial syntax error
svn path=/nixpkgs/trunk/; revision=32516
This commit is contained in:
parent
211be0db63
commit
7c2ca58329
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user