mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libtorrent-rasterbar: Fix typo in description.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[synopsis] [description]: Add missing hyphen.
This commit is contained in:
parent
7dffabf8ce
commit
a7e3aec0b3
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue