diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 13:26:26 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-26 16:00:33 -0400 |
commit | e2e527f0b4a36ec91f095ca07502202c910b1141 (patch) | |
tree | d578c6c08f3d18765f3b81c0d7fdc639061e0ab2 /gnu/packages | |
parent | 5e4d1f6c407e145dbf978701e66935157bbacc04 (diff) | |
download | guix-e2e527f0b4a36ec91f095ca07502202c910b1141.tar.gz |
gnu: at-spi2-core: Update home-page and license.
* gnu/packages/gtk.scm (at-spi2-core) [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 c681c71fb4..b4d9f7c545 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -760,8 +760,8 @@ scaled, composited, modified, saved, or rendered.") (description "The Assistive Technology Service Provider Interface, core components, 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/"))) ;;; A minimal variant used to prevent a cycle with Inkscape. (define at-spi2-core-minimal |