This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 312273fcca gnu: emacs-kind-icon: Fix license field.
312273fcca is described below
commit 312273fcca77b797000e52b2098e91e444f95f78
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Jan 23 18:04:39 2022 +0100
gnu: emacs-kind-icon: Fix license field.
* gnu/packages/emacs-xyz.scm (emacs-kind-icon)[license]: Fix license.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e30596fbd5..2d6e6746c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18552,7 +18552,7 @@ or expressions with SVG rounded box labels that are
fully customizable.")
on :company-kind for compatible completion UIs. The \"kind\" prefix is
typically used for differentiating completion candidates such as variables,
functions, etc.")
- (license license:agpl3)))
+ (license license:gpl3+)))
(define-public emacs-svg-icon
(let ((commit "ebc2b8d0f6c680fd575a90e683cc7b832acd1eb7")