This is an automated email from the git hooks/post-receive script.

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8a920dc  gnu: orchis-theme: Fix misleading comment.
8a920dc is described below

commit 8a920dc6716599e58776d41f73b0aff4281530ed
Author: Leo Prikler <[email protected]>
AuthorDate: Sat Mar 6 21:36:31 2021 +0100

    gnu: orchis-theme: Fix misleading comment.
    
    * gnu/packages/gnome-xyz.scm (orchis-theme)[license]: Adjust comment.
---
 gnu/packages/gnome-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index e481a10..55af65b 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
 

Reply via email to