[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/19: gnu: envstore: Fix license field to refer to license:wtfpl2.
From: |
guix-commits |
Subject: |
06/19: gnu: envstore: Fix license field to refer to license:wtfpl2. |
Date: |
Mon, 6 May 2019 05:19:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ac44b39a19880ffde94cf2c682f601519dea7ffb
Author: Brendan Tildesley <address@hidden>
Date: Sat Apr 27 21:43:03 2019 +1000
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 <address@hidden>
---
gnu/packages/shellutils.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 8928517..f7542ea 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
- branch master updated (654332f -> fc7d632), guix-commits, 2019/05/06
- 03/19: gnu: address@hidden: Fix limits.h include for cross builds., guix-commits, 2019/05/06
- 04/19: gnu: zimg: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 10/19: gnu: quickswitch-i3: Fix license field to use license:wtfpl2., guix-commits, 2019/05/06
- 06/19: gnu: envstore: Fix license field to refer to license:wtfpl2.,
guix-commits <=
- 19/19: gnu: Add emacs-miniedit., guix-commits, 2019/05/06
- 08/19: gnu: Use license: prefix in tmux.scm., guix-commits, 2019/05/06
- 05/19: gnu: Use license: prefix in shellutils.scm., guix-commits, 2019/05/06
- 12/19: gnu: mate-power-manager: Placate 'guix lint'., guix-commits, 2019/05/06
- 01/19: gnu: gcc: Add 9.1.0., guix-commits, 2019/05/06
- 14/19: gnu: Add emacs-evil-textobj-syntax., guix-commits, 2019/05/06
- 16/19: gnu: Add emacs-elisp-demos., guix-commits, 2019/05/06
- 07/19: gnu: python-pyyaml: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 09/19: gnu: tmux-themepack: Fix license field to refer to license:wtfpl2., guix-commits, 2019/05/06
- 17/19: gnu: Add emacs-docker-compose-mode., guix-commits, 2019/05/06