mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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>
This commit is contained in:
parent
6f38ef73a5
commit
5d6bab9e00
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ (define-public quickswitch-i3
|
||||||
"This utility for the i3 window manager allows you to quickly switch to
|
"This utility for the i3 window manager allows you to quickly switch to
|
||||||
and locate windows on all your workspaces, using an interactive dmenu
|
and locate windows on all your workspaces, using an interactive dmenu
|
||||||
prompt.")
|
prompt.")
|
||||||
(license (license:non-copyleft "http://www.wtfpl.net/txt/copying/")))))
|
(license license:wtfpl2))))
|
||||||
|
|
||||||
(define-public i3lock-color
|
(define-public i3lock-color
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue