diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 12:46:00 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-26 15:43:40 -0400 |
commit | da7d0c5ff0dd1b15805407e3493c547d35ed6697 (patch) | |
tree | a429cde2b27dcdf51c577103ca92e3a2aa8d656f /gnu/packages/gtk.scm | |
parent | aadca15113a658608f97bcd4f274f9d19f9d9acc (diff) | |
download | guix-da7d0c5ff0dd1b15805407e3493c547d35ed6697.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>
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 37d98b672a..a85feb87e4 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 |