summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaghav Gururajan <rg@raghavgururajan.name>2021-03-11 12:46:00 -0500
committerRaghav Gururajan <rg@raghavgururajan.name>2021-09-05 10:26:19 -0400
commit0856b2a5ec728849f098d6af443abfce1fcf0a7d (patch)
tree02f71b9ea0937b4f09840dedafb338948f6720c6
parentb5f0c1b35a4251d7dc2ebda4084ce8b0a4bd1e31 (diff)
downloadguix-0856b2a5ec728849f098d6af443abfce1fcf0a7d.tar.gz
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>
-rw-r--r--gnu/packages/gtk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 19cf37465e..b32260e531 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