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 <ludo@gnu.org>
master
Brendan Tildesley 2019-04-27 21:43:03 +10:00 committed by Ludovic Courtès
parent e3e8924d23
commit ac44b39a19
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View 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