From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add r-servr. Date: Mon, 28 Sep 2015 10:36:25 +0200 Message-ID: References: <87si5zy60v.fsf@gnu.org> 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]:59246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgTvH-0004eO-Er for guix-devel@gnu.org; Mon, 28 Sep 2015 04:36:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgTvE-0003YN-8J for guix-devel@gnu.org; Mon, 28 Sep 2015 04:36:35 -0400 In-Reply-To: <87si5zy60v.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: "guix-devel@gnu.org" Ludovic Court=C3=A8s writes: > 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 rel= eased >> + ;; under different licenses. Full licensing information can be o= btained > > 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. I=E2=80=99ve changed the comment and pushed all three. ~~ Ricardo