From 6f38ef73a58805a460c5cdfd485ef4f2e3f7457d Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 27 Apr 2019 21:43:06 +1000 Subject: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/tmux.scm (tmux-themepack): Fix license field to refer to license:wtfpl2. Signed-off-by: Ludovic Courtès --- gnu/packages/tmux.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages/tmux.scm') 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 -- cgit v1.2.3