guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: libtorrent-rasterbar: Fix typo in description.


From: guix-commits
Subject: 01/10: gnu: libtorrent-rasterbar: Fix typo in description.
Date: Tue, 11 Aug 2020 10:27:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a7e3aec0b30fe04a7596e90d7aafb83c3aa33186
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 15:07:50 2020 +0200

    gnu: libtorrent-rasterbar: Fix typo in description.
    
    * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[synopsis]
    [description]: Add missing hyphen.
---
 gnu/packages/bittorrent.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 9cf8e2e..a5f0598 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -402,9 +402,9 @@ and will take advantage of multiple processor cores where 
possible.")
     (native-inputs `(("python" ,python-wrapper)
                      ("pkg-config" ,pkg-config)))
     (home-page "https://www.libtorrent.org/";)
-    (synopsis "Feature complete BitTorrent implementation")
+    (synopsis "Feature-complete BitTorrent implementation")
     (description
-     "libtorrent-rasterbar is a feature complete C++ BitTorrent implementation
+     "libtorrent-rasterbar is a feature-complete C++ BitTorrent implementation
 focusing on efficiency and scalability.  It runs on embedded devices as well as
 desktops.")
     (license l:bsd-2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]