guix-commits
[Top][All Lists]
Advanced

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

255/334: gnu: gnome-boxes: Fix home-page.


From: guix-commits
Subject: 255/334: gnu: gnome-boxes: Fix home-page.
Date: Sat, 15 Aug 2020 16:27:25 -0400 (EDT)

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

commit 15855e231e1f3e5f4c004b192c18e1e77d422eec
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 1282e26..1f7b2c9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12828,14 +12828,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]