Archived
1
0
Fork 0

gnu: libtorrent-rasterbar: Fix typo in description.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[synopsis]
[description]: Add missing hyphen.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-11 15:07:50 +02:00
parent 7dffabf8ce
commit a7e3aec0b3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -402,9 +402,9 @@ and will take advantage of multiple processor cores where possible.")
(native-inputs `(("python" ,python-wrapper) (native-inputs `(("python" ,python-wrapper)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(home-page "https://www.libtorrent.org/") (home-page "https://www.libtorrent.org/")
(synopsis "Feature complete BitTorrent implementation") (synopsis "Feature-complete BitTorrent implementation")
(description (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 focusing on efficiency and scalability. It runs on embedded devices as well as
desktops.") desktops.")
(license l:bsd-2))) (license l:bsd-2)))