diff options
author | Raghav Gururajan <rg@raghavgururajan.name> | 2021-03-11 13:26:26 -0500 |
---|---|---|
committer | Raghav Gururajan <rg@raghavgururajan.name> | 2021-09-05 10:26:20 -0400 |
commit | 72e1f71a664f1ad705650a283ca0b01efea228f3 (patch) | |
tree | dfad3bd8abbb7b4eab24ae83f316c3396d10de3f | |
parent | 33a59643801b0bf20f023bd0d20e1ed2fad934a1 (diff) | |
download | guix-72e1f71a664f1ad705650a283ca0b01efea228f3.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>
-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 2615d84170..c2b67401ac 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -764,8 +764,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 |