diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 13:35:04 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-26 16:00:33 -0400 |
commit | 09998230b27b266c053e62f43f6adcf8a1c6e2b8 (patch) | |
tree | d03580b75cff5935e9a4057fc344b8fe5899cf5a /gnu | |
parent | a14de3946ce6cb7c9389384d17c1aea802af050b (diff) | |
download | guix-09998230b27b266c053e62f43f6adcf8a1c6e2b8.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')
-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 b0cdb48b22..4d4a75a385 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -819,8 +819,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 |