diff options
author | Brendan Tildesley <mail@brendan.scot> | 2019-04-27 21:43:07 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-06 10:32:28 +0200 |
commit | 5d6bab9e0093f4336dce9d61317a7cec5e927d45 (patch) | |
tree | c0018cbd31e6060e8ac07d94bf3e970b1a554734 /gnu | |
parent | 6f38ef73a58805a460c5cdfd485ef4f2e3f7457d (diff) | |
download | guix-5d6bab9e0093f4336dce9d61317a7cec5e927d45.tar.gz |
gnu: quickswitch-i3: Fix license field to use license:wtfpl2.
* gnu/packages/wm.scm (quickswitch-i3): Fix license field to use license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |