diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 13:35:04 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:20 -0400 |
commit | 51391a1279985c6d9f5d0e67ce964c7b4393bcc9 (patch) | |
tree | 390afbe3005034958b2c22628319ae6c15f28103 /gnu/packages | |
parent | 129ea8e52fdf93e306168784191b9f0ba13806b5 (diff) | |
download | guix-51391a1279985c6d9f5d0e67ce964c7b4393bcc9.tar.gz |
gnu: at-spi2-atk: Update home-page and license.
* gnu/packages/gtk.scm (at-spi2-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')
-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 9656a27748..3696d0793b 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -823,8 +823,8 @@ is part of the GNOME accessibility project.") (description "The Assistive Technology Service Provider Interface is part of the GNOME accessibility project.") - (license license:lgpl2.0+) - (home-page "https://projects.gnome.org/accessibility/"))) + (license license:lgpl2.1+) + (home-page "https://wiki.gnome.org/Accessibility/"))) (define-public gtk+-2 (package |