gnu: envstore: Fix license field to refer to license:wtfpl2.
authorBrendan Tildesley <mail@brendan.scot>
Sat, 27 Apr 2019 11:43:03 +0000 (21:43 +1000)
committerLudovic Courtès <ludo@gnu.org>
Mon, 6 May 2019 08:32:27 +0000 (10:32 +0200)
* gnu/packages/shellutils.scm (envstore): Fix license field to refer to
  license:wtfpl2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/shellutils.scm

index 8928517..f7542ea 100644 (file)
@@ -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