civodul pushed a commit to branch master
in repository guix.
commit fedde43b6d72d7314f2b3721fb83f07e1c037b88
Author: Brendan Tildesley <[email protected]>
Date: Fri Nov 3 19:58:54 2017 +1100
gnu: moka-icon-theme: Fix license.
* gnu/packages/gnome.scm (moka-icon-theme): Add cc-by-sa4.0 to license
field.
Signed-off-by: Ludovic Courtès <[email protected]>
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 84372f6..6162b2f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6360,7 +6360,8 @@ Moka")
(synopsis "Moka icon theme")
(description "Moka is a stylized desktop icon set, designed to be clear,
simple and consistent.")
- (license license:gpl3+)))
+ (license (list license:gpl3+
+ license:cc-by-sa4.0))))
(define-public arc-icon-theme
(package