gnu: utox: Update home-page and description.
* gnu/packages/messaging.scm (utox): Update home-page and description. [home-page]: Change to GitHub URL. [description]: Fix uTox naming style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f5ba25ddff
commit
4f7698ba53
1 changed files with 2 additions and 2 deletions
|
@ -1253,9 +1253,9 @@ messenger protocol.")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(synopsis "Lightweight Tox client")
|
(synopsis "Lightweight Tox client")
|
||||||
(description
|
(description
|
||||||
"Utox is a lightweight Tox client. Tox is a distributed and secure
|
"uTox is a lightweight Tox client. Tox is a distributed and secure
|
||||||
instant messenger with audio and video chat capabilities.")
|
instant messenger with audio and video chat capabilities.")
|
||||||
(home-page "http://utox.org/")
|
(home-page "https://github.com/uTox/uTox")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public qtox
|
(define-public qtox
|
||||||
|
|
Reference in a new issue