]> git.eshelyaron.com Git - emacs.git/commitdiff
; Update link to picons database
authorStefan Kangas <stefankangas@gmail.com>
Mon, 3 Feb 2025 22:51:15 +0000 (23:51 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:02:31 +0000 (09:02 +0100)
* lisp/gnus/gnus-art.el (gnus-picon-databases): Fix broken link.

(cherry picked from commit 73a45ce7206a107695b2b4d9761e249edd7502e9)

lisp/gnus/gnus-art.el

index c966fdc88da418c0153a89380b35ab176cb0cacc..65f9d92d45b4964779c8033f877d765703c741a2 100644 (file)
@@ -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)