gnu: tmux-themepack: Fix license field to refer to license:wtfpl2.
* gnu/packages/tmux.scm (tmux-themepack): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
41ee377305
commit
6f38ef73a5
|
@ -90,8 +90,7 @@ continue running in the background, then later reattached.")
|
|||
(home-page "https://github.com/jimeh/tmux-themepack")
|
||||
(synopsis "Collection of themes for Tmux")
|
||||
(description "A collection of various themes for Tmux.")
|
||||
(license
|
||||
(non-copyleft "http://www.wtfpl.net/txt/copying/")))))
|
||||
(license license:wtfpl2))))
|
||||
|
||||
(define-public tmuxifier
|
||||
(package
|
||||
|
|
Reference in New Issue