From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKLkS-0000kk-C6 for guix-patches@gnu.org; Sat, 27 Apr 2019 07:44:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKLkQ-0003I3-QV for guix-patches@gnu.org; Sat, 27 Apr 2019 07:44:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49376) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKLkQ-0003Hj-Ms for guix-patches@gnu.org; Sat, 27 Apr 2019 07:44:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKLkQ-0006Ta-KZ for guix-patches@gnu.org; Sat, 27 Apr 2019 07:44:02 -0400 Subject: [bug#35449] [PATCH 3/7] gnu: envstore: Fix license field to refer to license:wtfpl2. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 27 Apr 2019 21:43:03 +1000 Message-Id: <20190427114307.26796-3-mail@brendan.scot> In-Reply-To: <20190427114307.26796-1-mail@brendan.scot> References: <20190427114307.26796-1-mail@brendan.scot> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 35449@debbugs.gnu.org * gnu/packages/shellutils.scm (envstore): Fix license field to refer to license:wtfpl2. --- gnu/packages/shellutils.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm index d8d601acfe..e6848162bc 100644 --- a/gnu/packages/shellutils.scm +++ b/gnu/packages/shellutils.scm @@ -61,8 +61,7 @@ (synopsis "Save and restore environment variables") (description "Envstore is a program for sharing environment variables between various shells or commands.") - (license - (non-copyleft "http://www.wtfpl.net/txt/copying/")))) + (license license:wtfpl2))) (define-public trash-cli (package -- 2.21.0