From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNZ4U-0002cG-RI for guix-patches@gnu.org; Mon, 06 May 2019 04:34:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNZ4T-0006wI-WF for guix-patches@gnu.org; Mon, 06 May 2019 04:34:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNZ4T-0006wC-T5 for guix-patches@gnu.org; Mon, 06 May 2019 04:34:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNZ4T-0004xV-Nc for guix-patches@gnu.org; Mon, 06 May 2019 04:34:01 -0400 Subject: [bug#35449] [PATCH 1/7] gnu: zimg: Fix license field to refer to license:wtfpl2. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190427114307.26796-1-mail@brendan.scot> Date: Mon, 06 May 2019 10:33:36 +0200 In-Reply-To: <20190427114307.26796-1-mail@brendan.scot> (Brendan Tildesley's message of "Sat, 27 Apr 2019 21:43:01 +1000") Message-ID: <87r29cm17j.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brendan Tildesley Cc: 35449@debbugs.gnu.org Brendan Tildesley skribis: > - (license (license:fsf-free "file://COPYING")))) ;WTFPL version 2 > + (license (license:wtfpl2)))) ^ I fixed this typo. I also run =E2=80=98guix lint -c license=E2=80=99 to ma= ke sure everything was OK.