guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: libtorrent, rtorrent: Update home pages.


From: Alex Kost
Subject: 02/04: gnu: libtorrent, rtorrent: Update home pages.
Date: Sun, 04 Oct 2015 16:25:19 +0000

alezost pushed a commit to branch master
in repository guix.

commit 9db04bf542001eb9f0d274321648329769f939f3
Author: Alex Kost <address@hidden>
Date:   Sat Oct 3 22:16:27 2015 +0300

    gnu: libtorrent, rtorrent: Update home pages.
    
    * gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'.
      (rtorrent): Likewise.
---
 gnu/packages/bittorrent.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 47256a4..c9b0fe2 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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]