; Update link to picons database
authorStefan Kangas <stefankangas@gmail.com>
Mon, 3 Feb 2025 22:51:15 +0000 (23:51 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 3 Feb 2025 22:53:19 +0000 (23:53 +0100)
* lisp/gnus/gnus-art.el (gnus-picon-databases): Fix broken link.

lisp/gnus/gnus-art.el

index 218cf3194484ec1a799f2e03ef2ca59bbe8f0287..eb4263812ea677fcb26cde259d1e6703a8aea86c 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)