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>
This commit is contained in:
parent
e3e8924d23
commit
ac44b39a19
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue