guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#35449] [PATCH 6/7] gnu: tmux-themepack: Fix license field to refer


From: Brendan Tildesley
Subject: [bug#35449] [PATCH 6/7] gnu: tmux-themepack: Fix license field to refer to license:wtfpl2.
Date: Sat, 27 Apr 2019 21:43:06 +1000

* gnu/packages/tmux.scm (tmux-themepack): Fix license field to refer to
  license:wtfpl2.
---
 gnu/packages/tmux.scm | 3 +--
 1 file changed, 1 insertion(+), 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
-- 
2.21.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]