summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 15:07:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 16:25:04 +0200
commita7e3aec0b30fe04a7596e90d7aafb83c3aa33186 (patch)
tree96c518662331ec906ca991ac2407a87f8c523ad5 /gnu/packages/bittorrent.scm
parent7dffabf8ce49ca0eef56f4635ddef85df09ccc6f (diff)
downloadguix-patches-a7e3aec0b30fe04a7596e90d7aafb83c3aa33186.tar
guix-patches-a7e3aec0b30fe04a7596e90d7aafb83c3aa33186.tar.gz
gnu: libtorrent-rasterbar: Fix typo in description.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[synopsis] [description]: Add missing hyphen.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r--gnu/packages/bittorrent.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 9cf8e2eb40..a5f0598d64 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)))