guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 57/83: gnu: atk: Update home-page and license.
Date: Fri, 26 Mar 2021 17:18:40 -0400 (EDT)

lle_bout pushed a commit to branch core-updates
in repository guix.

commit da7d0c5ff0dd1b15805407e3493c547d35ed6697
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 37d98b6..a85feb8 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -122,8 +122,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]