From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add r-servr. Date: Sun, 27 Sep 2015 22:13:52 +0200 Message-ID: <87si5zy60v.fsf@gnu.org> References: 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]:56621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgIKZ-0002FN-RX for guix-devel@gnu.org; Sun, 27 Sep 2015 16:13:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgIKY-0002eS-Oz for guix-devel@gnu.org; Sun, 27 Sep 2015 16:13:55 -0400 In-Reply-To: (Ricardo Wurmus's message of "Mon, 21 Sep 2015 11:22:26 +0200") 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: Ricardo Wurmus Cc: "guix-devel@gnu.org" Ricardo Wurmus skribis: > From 604b5b4abd59a47df56ac372a7a79328131802a2 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 21 Sep 2015 11:20:32 +0200 > Subject: [PATCH 1/3] gnu: Add r-httpuv. > > * gnu/packages/web.scm (r-httpuv): New variable. [...] > + ;; This package includes third-party code that was originally releas= ed > + ;; under different licenses. Full licensing information can be obta= ined s/different/non-copyleft/ Otherwise LGTM. > From 5bfe35715fec8d11b9dcb2f8187e597f44b2577a Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 21 Sep 2015 11:20:55 +0200 > Subject: [PATCH 2/3] gnu: Add r-jsonlite. > > * gnu/packages/web.scm (r-jsonlite): New variable. OK. > From 53d5e7719bc684f46b5f2315c1edf29f5eccbd29 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 21 Sep 2015 11:21:11 +0200 > Subject: [PATCH 3/3] gnu: Add r-servr. > > * gnu/packages/web.scm (r-servr): New variable. OK. Thanks! Ludo=E2=80=99.