guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

149/265: gnu: gnome-boxes: Fix home-page.


From: guix-commits
Subject: 149/265: gnu: gnome-boxes: Fix home-page.
Date: Wed, 19 Aug 2020 13:09:13 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit e90867892653a1b1989df17cec39d27fbbab4d82
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Aug 6 02:10:56 2020 +0200

    gnu: gnome-boxes: Fix home-page.
    
    Follow-up to 01485f3991bfa7b7a25b5fb57652c345724c123b.
    
    * gnu/packages/gnome.scm (gnome-boxes)[home-page]: New field.
---
 gnu/packages/gnome.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7ef6ec5..045ab52 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12778,14 +12778,8 @@ these services on the Guix System.")
               ;; For data/icons/empty-boxes.png.
               license:cc-by2.0
               ;; For all others.
-              license:lgpl2.0+))))
-    (home-page "https://wiki.gnome.org/Apps/Boxes";)
-    (license
-     (list
-      ;; Icons
-      license:cc-by2.0
-      ;; Others.
-      license:lgpl2.0+))))
+              license:lgpl2.0+))
+    (home-page "https://wiki.gnome.org/Apps/Boxes";)))
 
 (define-public geary
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]