From 936a73dad43c2dac9a03cf98e3106dfaf6f480ed Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 3 Feb 2025 23:51:15 +0100 Subject: [PATCH] ; Update link to picons database * lisp/gnus/gnus-art.el (gnus-picon-databases): Fix broken link. (cherry picked from commit 73a45ce7206a107695b2b4d9761e249edd7502e9) --- lisp/gnus/gnus-art.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index c966fdc88da..65f9d92d45b 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -981,11 +981,11 @@ be controlled by `gnus-treat-body-boundary'." "/usr/share/picons") "Defines the location of the faces database. For information on obtaining this database of pretty pictures, please -see http://www.cs.indiana.edu/picons/ftp/index.html" +see https://kinzler.com/ftp/faces/picons/" :version "22.1" :type '(repeat directory) :link '(url-link :tag "download" - "http://www.cs.indiana.edu/picons/ftp/index.html") + "https://kinzler.com/ftp/faces/picons/") :link '(custom-manual "(gnus)Picons") :group 'gnus-picon) -- 2.39.5