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
Brendan Tildesley 2019-04-27 21:43:06 +10:00 committed by Ludovic Courtès
parent 41ee377305
commit 6f38ef73a5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -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