gnu: libtorrent-rasterbar: Fix typo in description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 13:07:50 +0000 (15:07 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 14:25:04 +0000 (16:25 +0200)
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[synopsis]
[description]: Add missing hyphen.

gnu/packages/bittorrent.scm

index 9cf8e2e..a5f0598 100644 (file)
@@ -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)))