guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b1dc992bdf0e8abf11673d0e9eb1dcf0900ab987
Author: Alvin Hsu <[email protected]>
AuthorDate: Sun Oct 26 16:48:31 2025 -0400
gnu: adwaita-icon-theme: Add missing license.
* gnu/packages/gnome.scm (adwaita-icon-theme)[license]: Add cc-by-sa3.0.
Change-Id: I9e85a906f5663b22dabaaf22d02f59ac81c7ea44
Signed-off-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 400375893c..089ddca531 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2977,7 +2977,7 @@ GNOME and KDE desktops to the icon names proposed in the
specification.")
(home-page "https://gitlab.gnome.org/GNOME/adwaita-icon-theme")
(synopsis "GNOME icon theme")
(description "Icons for the GNOME desktop.")
- (license license:lgpl3))) ; or Creative Commons BY-SA 3.0
+ (license (list license:lgpl3 license:cc-by-sa3.0)))) ;dual-licensed
(define-public tango-icon-theme
(package