[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: weechat: Mention ‘IRC’.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/02: gnu: weechat: Mention ‘IRC’. |
Date: |
Sat, 22 Apr 2017 14:41:36 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d65db1d55dc8d72922ba00381549cfba1617bcde
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Apr 22 20:32:03 2017 +0200
gnu: weechat: Mention ‘IRC’.
* gnu/packages/irc.scm (weechat)[description]: Mention the search term
‘IRC’, split into paragraphs, and other small tweaks.
---
gnu/packages/irc.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index f4ff7fc..c4a76fb 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2015, 2016 Efraim Flashner <address@hidden>
;;; Copyright © 2016 ng0 <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -190,11 +191,12 @@ SILC and ICB protocols via plugins.")
#t))))))
(synopsis "Extensible chat client")
(description "WeeChat (Wee Enhanced Environment for Chat) is an
-Internet Relay Chat client, which is designed to be light and fast.
-The client uses a curses frontend, and there are remote interfaces
-for Web, Qt, Android and Emacs. In WeeChat everything can be done
-with a keyboard, though it also supports mouse. It is customizable
-and extensible with plugins and scripts.")
address@hidden Relay Chat} (IRC) client, which is designed to be light and fast.
+The client uses a curses frontend, and there are remote interfaces for Web,
+Qt, Android, and Emacs.
+
+Everything in WeeChat can be done with the keyboard, though it also supports
+using a mouse. It is customizable and extensible with plugins and scripts.")
(home-page "http://www.weechat.org/")
(license license:gpl3)))