From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hKLlS-0000pg-N9 for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hKLlQ-00043S-Ts for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49386) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hKLlO-00041a-KU for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hKLlO-0006Vw-IA for guix-patches@gnu.org; Sat, 27 Apr 2019 07:45:02 -0400 Subject: [bug#35449] [PATCH 7/7] gnu: quickswitch-i3: Fix license field to use license:wtfpl2. Resent-Message-ID: From: Brendan Tildesley Date: Sat, 27 Apr 2019 21:43:07 +1000 Message-Id: <20190427114307.26796-7-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/wm.scm (quickswitch-i3): Fix license field to use license:wtfpl2. --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 3741bdc2d5..12f7dab21f 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -369,7 +369,7 @@ subscribe to events.") "This utility for the i3 window manager allows you to quickly switch to and locate windows on all your workspaces, using an interactive dmenu prompt.") - (license (license:non-copyleft "http://www.wtfpl.net/txt/copying/"))))) + (license license:wtfpl2)))) (define-public i3lock-color (package -- 2.21.0