diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 84372f6910..6162b2fcca 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 |