guix-commits
[Top][All Lists]
Advanced

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

57/124: gnu: atk: Update home-page and license.


From: guix-commits
Subject: 57/124: gnu: atk: Update home-page and license.
Date: Tue, 17 Aug 2021 22:45:14 -0400 (EDT)

raghavgururajan pushed a commit to branch wip-gnome
in repository guix.

commit 17277e2b85b7ef9d84190a48f28f157d0bec21fe
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Thu Mar 11 12:46:00 2021 -0500

    gnu: atk: Update home-page and license.
    
    * gnu/packages/gtk.scm (atk) [home-page]: Modify.
    [license]: Update to lgpl2.1+.
    
    Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 19cf374..b32260e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -126,8 +126,8 @@
      "ATK provides the set of accessibility interfaces that are implemented
 by other toolkits and applications.  Using the ATK interfaces, accessibility
 tools have full access to view and control running applications.")
-    (license license:lgpl2.0+)
-    (home-page "https://developer.gnome.org/atk/";)))
+    (license license:lgpl2.1+)
+    (home-page "https://wiki.gnome.org/Accessibility";)))
 
 (define-public cairo
   (package



reply via email to

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