diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-07-19 16:40:00 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-12-07 14:04:09 -0500 |
commit | 5c610d4f7f46593782c88e0f9b2d01a5d015a4c5 (patch) | |
tree | 11fac0162df5a06f9c3b02fc3d7acc36a5c7d3a7 /gnu | |
parent | c900dabd7785c3f122ab71fadc99917780634fa9 (diff) |
gnu: gnome-icon-theme: Update home page.
* gnu/packages/gnome.scm (gnome-icon-theme)[home-page]: Follow permanent
redirect.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e3e2839d34..4b42c679be 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -954,11 +954,9 @@ GNOME and KDE desktops to the icon names proposed in the specification.") `(("icon-naming-utils" ,icon-naming-utils) ("intltool" ,intltool) ("pkg-config" ,pkg-config))) - (home-page "https://art.gnome.org/") - (synopsis - "GNOME icon theme") - (description - "Icons for the GNOME desktop.") + (home-page "https://wiki.gnome.org/Personalization") + (synopsis "GNOME icon theme") + (description "Icons for the GNOME desktop.") (license license:lgpl3))) ; or Creative Commons BY-SA 3.0 ;; gnome-icon-theme was renamed to adwaita-icon-theme after version 3.12.0. |