jmd pushed a commit to branch wip-installer
in repository guix.
commit f45153303c48840ebbbaad44c8ceff3a169fab71
Author: ng0 <[email protected]>
Date: Sun Dec 18 20:10:17 2016 +0000
gnu: utox: Fix description.
* gnu/packages/messaging.scm (utox): Fix description.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/messaging.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2d172d8..4290a9f 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -709,7 +709,8 @@ encrypted messenger protocol.")
("openal" ,openal)
("v4l-utils" ,v4l-utils)))
(synopsis "Lightweight Tox client")
- (description "A lightweight Tox client. Tox is a distributed and secure
+ (description
+ "Utox is a lightweight Tox client. Tox is a distributed and secure
instant messenger with audio and video chat capabilities.")
(home-page "http://utox.org/")
(license license:gpl3)))