summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-23 17:56:52 +0000
committerPeter Simons <simons@cryp.to>2012-02-23 17:56:52 +0000
commit7c2ca5832986763b3e5bfa277f42ef3eeca8ba20 (patch)
treea8c13a891a53eebf27c42712fdd0400c1b62ad2f /pkgs/applications/networking/irc
parent211be0db63971c3880d64453504124cb9a963f4b (diff)
downloadnixpkgs-7c2ca5832986763b3e5bfa277f42ef3eeca8ba20.tar
nixpkgs-7c2ca5832986763b3e5bfa277f42ef3eeca8ba20.tar.gz
nixpkgs-7c2ca5832986763b3e5bfa277f42ef3eeca8ba20.tar.bz2
nixpkgs-7c2ca5832986763b3e5bfa277f42ef3eeca8ba20.tar.lz
nixpkgs-7c2ca5832986763b3e5bfa277f42ef3eeca8ba20.tar.xz
nixpkgs-7c2ca5832986763b3e5bfa277f42ef3eeca8ba20.tar.zst
nixpkgs-7c2ca5832986763b3e5bfa277f42ef3eeca8ba20.zip
xchat: fixed trivial syntax error
svn path=/nixpkgs/trunk/; revision=32516
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/xchat/default.nix2
1 files changed, 1 insertions, 1 deletions
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;
   };