From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKLkS-0000kr-Pc 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 1hKLkR-0003J8-Mu for guix-patches@gnu.org; Sat, 27 Apr 2019 07:44:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49379) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKLkR-0003J4-JL for guix-patches@gnu.org; Sat, 27 Apr 2019 07:44:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKLkR-0006Tu-H0 for guix-patches@gnu.org; Sat, 27 Apr 2019 07:44:03 -0400 Subject: [bug#35449] [PATCH 4/7] gnu: python-pyyaml: Fix license field to refer to license:wtfpl2. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 27 Apr 2019 21:43:04 +1000 Message-Id: <20190427114307.26796-4-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/python-xyz.scm (python-pyyaml): Fix license field to refer to license:wtfpl2. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ce3fd660a8..9462577cd4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9884,7 +9884,7 @@ addresses, and phone numbers.") (description "pyaml is a PyYAML based python module to produce pretty and readable YAML-serialized data.") - (license (license:non-copyleft "http://www.wtfpl.net/txt/copying/")))) + (license license:wtfpl2))) (define-public python2-pyaml (package-with-python2 python-pyaml)) -- 2.21.0