From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 03/12] import: Move string->license to importers. Date: Mon, 26 Sep 2016 18:32:08 +0900 Message-ID: <878tufnh0n.fsf@gnu.org> References: <20160922131903.1606-1-david@craven.ch> <20160922131903.1606-3-david@craven.ch> 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]:50534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boYAc-0003Gg-Qd for guix-devel@gnu.org; Mon, 26 Sep 2016 11:50:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boYAZ-0004qG-0t for guix-devel@gnu.org; Mon, 26 Sep 2016 11:50:18 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:3726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boYAY-0004ba-Q6 for guix-devel@gnu.org; Mon, 26 Sep 2016 11:50:14 -0400 In-Reply-To: <20160922131903.1606-3-david@craven.ch> (David Craven's message of "Thu, 22 Sep 2016 15:18:54 +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" To: David Craven Cc: guix-devel@gnu.org David Craven skribis: > * guix/import/gem.scm (string->license): Move from (guix import utils). > * guix/import/pypi.scm (string->license): Move from (guix import utils). OK! Eventually someone should check whether they really match the license names used in Gem and PyPI. Ludo=E2=80=99.