summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2015-10-03 22:16:27 +0300
committerAlex Kost <alezost@gmail.com>2015-10-04 19:22:40 +0300
commit9db04bf542001eb9f0d274321648329769f939f3 (patch)
treebd1764eafb1cab742ff7c722e83d84919d1cb5c2 /gnu/packages/bittorrent.scm
parent678932aa7043436be098e0cb1c82ef463f26af10 (diff)
downloadpatches-9db04bf542001eb9f0d274321648329769f939f3.tar
patches-9db04bf542001eb9f0d274321648329769f939f3.tar.gz
gnu: libtorrent, rtorrent: Update home pages.
* gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'. (rtorrent): Likewise.
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 47256a4dc7..c9b0fe2125 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -124,7 +124,7 @@ DHT, µTP, PEX and Magnet Links.")
"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 @@ speed and efficiency.")
"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+)))