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 httping. Date: Tue, 26 Jul 2016 22:34:07 +0200 Message-ID: <87lh0o16m8.fsf@gnu.org> References: <20160726201442.6541-1-me@tobias.gr> 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]:49619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS93Q-0003Vo-TQ for guix-devel@gnu.org; Tue, 26 Jul 2016 16:34:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS93K-0000y1-VU for guix-devel@gnu.org; Tue, 26 Jul 2016 16:34:15 -0400 In-Reply-To: <20160726201442.6541-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Tue, 26 Jul 2016 22:14:42 +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: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org Tobias Geerinckx-Rice skribis: > * gnu/packages/networking.scm (httping): New variable. [...] > + (license (list license:agpl3 ; with permission to link with O= penSSL > + license:gpl2)))) ; man pages ('httping*.1') All I see is =E2=80=98license.txt=E2=80=99, which says that it=E2=80=99s un= der GPLv2-only. Should it be simply =E2=80=98license:gpl2=E2=80=99? The rest looks good to me! Thanks, Ludo=E2=80=99.