(address . guix-patches@gnu.org)
* gnu/packages/gnome.scm (moka-icon-theme): Add cc-by-sa4.0 to license field.
---
gnu/packages/gnome.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Toggle diff (16 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 21b639bff..5ca6a0462 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6358,7 +6358,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
--
2.14.3