From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH 1/3] gnu: libtorrent, rtorrent: Update home pages. Date: Sat, 03 Oct 2015 22:50:13 +0300 Message-ID: <87lhbjag0a.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiSow-00007p-V3 for guix-devel@gnu.org; Sat, 03 Oct 2015 15:50:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZiSos-0006w3-Uy for guix-devel@gnu.org; Sat, 03 Oct 2015 15:50:14 -0400 Received: from mail-la0-x230.google.com ([2a00:1450:4010:c03::230]:36692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZiSos-0006vt-Ny for guix-devel@gnu.org; Sat, 03 Oct 2015 15:50:10 -0400 Received: by lalw10 with SMTP id w10so9617156lal.3 for ; Sat, 03 Oct 2015 12:50:09 -0700 (PDT) Received: from leviafan ([217.107.192.146]) by smtp.gmail.com with ESMTPSA id jb10sm2628629lbc.46.2015.10.03.12.50.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Oct 2015 12:50:09 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain is not available anymore, so I changed the pages to github URLs. --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-libtorrent-rtorrent-Update-home-pages.patch Content-Transfer-Encoding: quoted-printable >From 3272d2f71e02a3b8a4ad1e664a5636293200b923 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sat, 3 Oct 2015 22:16:27 +0300 Subject: [PATCH 1/3] gnu: libtorrent, rtorrent: Update home pages. * gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'. (rtorrent): Likewise. --- gnu/packages/bittorrent.scm | 4 ++-- 1 file 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, =C2=B5TP, 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+))) =20 (define-public rtorrent @@ -153,5 +153,5 @@ speed and efficiency.") "rTorrent is a BitTorrent client with an ncurses interface. It suppo= rts 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+))) --=20 2.5.0 --=-=-=--