mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ (define-public envstore
|
|||
(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 a new issue