mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
550281fb5f
commit
fedde43b6d
1 changed files with 2 additions and 1 deletions
|
@ -6360,7 +6360,8 @@ (define-public moka-icon-theme
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue