diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-03-06 21:36:31 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-03-06 21:38:55 +0100 |
commit | 8a920dc6716599e58776d41f73b0aff4281530ed (patch) | |
tree | f0e26760236d9e761b99727132c5e372bb9e2ff9 /gnu/packages/gnome-xyz.scm | |
parent | 46fdee4fe1bbc795f0cbafc661992abaf57dfea2 (diff) | |
download | guix-8a920dc6716599e58776d41f73b0aff4281530ed.tar.gz |
gnu: orchis-theme: Fix misleading comment.
* gnu/packages/gnome-xyz.scm (orchis-theme)[license]: Adjust comment.
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index e481a10e11..55af65b686 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -835,7 +835,7 @@ dark elements. It supports GNOME, Unity, Xfce, and Openbox.") (description "Orchis is a Material Design them for GNOME/GTK based desktop environments. It is based on materia-theme and adds more color variants.") - (license (list license:gpl3 ; Claimed by README.md. + (license (list license:gpl3 ; According to COPYING. license:lgpl2.1 ; Some style sheets. license:cc-by-sa4.0)))) ; Some icons |