diff options
author | ng0 <ng0@libertad.pw> | 2016-12-18 20:10:17 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-19 23:57:18 +0100 |
commit | c27b31e8d24a46f23f6a08ccbb6eba2624f47831 (patch) | |
tree | a4b6a3d311111e8d5b0e67243bdf6e899cbbb349 /gnu | |
parent | c413c6ade8530fd3bd5e76c88e0642b7f3b52798 (diff) | |
download | patches-c27b31e8d24a46f23f6a08ccbb6eba2624f47831.tar patches-c27b31e8d24a46f23f6a08ccbb6eba2624f47831.tar.gz |
gnu: utox: Fix description.
* gnu/packages/messaging.scm (utox): Fix description.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 2d172d8b03..4290a9f69a 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))) |