From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add rtorrent and libtorrent. Date: Mon, 24 Nov 2014 21:57:41 +0100 Message-ID: <87oarw8gfu.fsf@gnu.org> References: <87a93j9wty.fsf@taylan.uni.cx> <87fvdbb9xm.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> <8761e79sce.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57729) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt0hh-0007Se-6k for guix-devel@gnu.org; Mon, 24 Nov 2014 15:57:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xt0hb-0000NJ-HR for guix-devel@gnu.org; Mon, 24 Nov 2014 15:57:49 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:38710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xt0hb-0000NF-AK for guix-devel@gnu.org; Mon, 24 Nov 2014 15:57:43 -0500 In-Reply-To: <8761e79sce.fsf@taylan.uni.cx> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Sat, 22 Nov 2014 16:18:25 +0100") 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: Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?= Cc: guix-devel@gnu.org taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > From 608d40907185b70bb4256ee48afecc3cc93e771b Mon Sep 17 00:00:00 2001 > From: Taylan Ulrich B > Date: Sat, 22 Nov 2014 15:49:07 +0100 > Subject: [PATCH 1/2] gnu: Add libTorrent. > > * gnu/packages/bittorrent.scm (libtorrent): New variable. Applied. [...] > + (home-page "http://libtorrent.rakshasa.no/") > + (license l:gpl2))) I changed it to =E2=80=98gpl2+=E2=80=99 since that=E2=80=99s what the file = headers say. Thanks, Ludo=E2=80=99.