guix-commits
[Top][All Lists]
Advanced

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

06/19: gnu: envstore: Fix license field to refer to license:wtfpl2.


From: guix-commits
Subject: 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2.
Date: Mon, 6 May 2019 05:19:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ac44b39a19880ffde94cf2c682f601519dea7ffb
Author: Brendan Tildesley <address@hidden>
Date:   Sat Apr 27 21:43:03 2019 +1000

    gnu: envstore: Fix license field to refer to license:wtfpl2.
    
    * gnu/packages/shellutils.scm (envstore): Fix license field to refer to
      license:wtfpl2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/shellutils.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 8928517..f7542ea 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -61,8 +61,7 @@
     (synopsis "Save and restore environment variables")
     (description "Envstore is a program for sharing environment variables
 between various shells or commands.")
-    (license
-     (non-copyleft "http://www.wtfpl.net/txt/copying/";))))
+    (license license:wtfpl2)))
 
 (define-public trash-cli
   (package



reply via email to

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