guix-commits
[Top][All Lists]
Advanced

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

09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2


From: guix-commits
Subject: 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2.
Date: Mon, 6 May 2019 05:19:36 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6f38ef73a58805a460c5cdfd485ef4f2e3f7457d
Author: Brendan Tildesley <address@hidden>
Date:   Sat Apr 27 21:43:06 2019 +1000

    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 <address@hidden>
---
 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 191e606..c1e1369 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



reply via email to

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