mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libtorrent, rtorrent: Update home pages.
* gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'. (rtorrent): Likewise.
This commit is contained in:
parent
678932aa70
commit
9db04bf542
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ (define-public libtorrent
|
|||
"LibTorrent is a BitTorrent library used by and developed in parallel
|
||||
with the BitTorrent client rtorrent. It is written in C++ with emphasis on
|
||||
speed and efficiency.")
|
||||
(home-page "http://libtorrent.rakshasa.no/")
|
||||
(home-page "https://github.com/rakshasa/libtorrent")
|
||||
(license l:gpl2+)))
|
||||
|
||||
(define-public rtorrent
|
||||
|
@ -153,5 +153,5 @@ (define-public rtorrent
|
|||
"rTorrent is a BitTorrent client with an ncurses interface. It supports
|
||||
full encryption, DHT, PEX, and Magnet Links. It can also be controlled via
|
||||
XML-RPC over SCGI.")
|
||||
(home-page "http://libtorrent.rakshasa.no/")
|
||||
(home-page "https://github.com/rakshasa/rtorrent")
|
||||
(license l:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue