[PATCH 2/2] gnu: utox: Update home-page and description.

  • Done
  • quality assurance status badge
Details
2 participants
  • Robert Karszniewicz
  • Ludovic Courtès
Owner
unassigned
Submitted by
Robert Karszniewicz
Severity
normal
R
R
Robert Karszniewicz wrote on 30 Nov 2020 22:18
(address . guix-patches@gnu.org)(name . Robert Karszniewicz)(address . avoidr@posteo.de)
20201130211830.25925-2-avoidr@posteo.de
* gnu/packages/messaging.scm (utox): Update home-page and description.
[home-page]: Change to GitHub URL.
[description]: Fix uTox naming style.
---
The previous domain does not belong to uTox. Currently, uTox has no
website.

gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 20e1b1f0cb..b95faf3acf 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1253,9 +1253,9 @@ messenger protocol.")
("pkg-config" ,pkg-config)))
(synopsis "Lightweight Tox client")
(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.")
- (home-page "http://utox.org/")
+ (home-page "https://github.com/uTox/uTox")
(license license:gpl3)))
(define-public qtox
--
2.29.2
L
L
Ludovic Courtès wrote on 3 Dec 2020 23:15
(name . Robert Karszniewicz)(address . avoidr@posteo.de)(address . 44972-done@debbugs.gnu.org)
87wnxya64a.fsf@gnu.org
Robert Karszniewicz <avoidr@posteo.de> skribis:

Toggle quote (4 lines)
> * gnu/packages/messaging.scm (utox): Update home-page and description.
> [home-page]: Change to GitHub URL.
> [description]: Fix uTox naming style.

Applied, thanks!
Closed
?