From 5d6bab9e0093f4336dce9d61317a7cec5e927d45 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 27 Apr 2019 21:43:07 +1000 Subject: gnu: quickswitch-i3: Fix license field to use license:wtfpl2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/wm.scm (quickswitch-i3): Fix license field to use license:wtfpl2. Signed-off-by: Ludovic Courtès --- 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 ddc6905c82..01c30c8198 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -412,7 +412,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 -- cgit v1.2.3