diff options
author | Brendan Tildesley <mail@brendan.scot> | 2019-04-27 21:43:06 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-06 10:32:28 +0200 |
commit | 6f38ef73a58805a460c5cdfd485ef4f2e3f7457d (patch) | |
tree | 801de597031c0a6b4c4a9e78211a97e565274ac5 /gnu/packages/tmux.scm | |
parent | 41ee3773051dfabd865c0b80c11503d926579667 (diff) | |
download | patches-6f38ef73a58805a460c5cdfd485ef4f2e3f7457d.tar patches-6f38ef73a58805a460c5cdfd485ef4f2e3f7457d.tar.gz |
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>
Diffstat (limited to 'gnu/packages/tmux.scm')
-rw-r--r-- | gnu/packages/tmux.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/tmux.scm b/gnu/packages/tmux.scm index 191e606cf6..c1e136915b 100644 --- a/gnu/packages/tmux.scm +++ b/gnu/packages/tmux.scm @@ -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 |