summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Tildesley <mail@brendan.scot>2019-04-27 21:43:03 +1000
committerLudovic Courtès <ludo@gnu.org>2019-05-06 10:32:27 +0200
commitac44b39a19880ffde94cf2c682f601519dea7ffb (patch)
tree239e0cdc13c3a85a79419d4a07299cfb47354b8c
parente3e8924d23108b78cf5e26fdca44561780a95186 (diff)
downloadgnu-guix-ac44b39a19880ffde94cf2c682f601519dea7ffb.tar
gnu-guix-ac44b39a19880ffde94cf2c682f601519dea7ffb.tar.gz
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>
-rw-r--r--gnu/packages/shellutils.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 8928517295..f7542ea759 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