Removed decommissioned PGP keyservers
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 11 Feb 2024 17:38:13 +0000 (18:38 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 17 Feb 2024 18:47:29 +0000 (19:47 +0100)
* lisp/epa-ks.el (epa-keyserver): Update the user option type of
`epa-keyserver'.

See https://mail.gnu.org/archive/html/emacs-devel/2023-11/msg00857.html.

lisp/epa-ks.el

index c3c11bb0b0b5f076816f76dba133daa9edceae06..13840da0bd90be090120c691cb1980cd6815673c 100644 (file)
@@ -47,11 +47,8 @@ This is used by `epa-search-keys', for looking up public keys."
                  (repeat :tag "Random pool"
                          (string :tag "Keyserver address"))
                  (const "keyring.debian.org")
-                 (const "keys.gnupg.net")
                  (const "keyserver.ubuntu.com")
                  (const "pgp.mit.edu")
-                 (const "pool.sks-keyservers.net")
-                 (const "zimmermann.mayfirst.org")
                  (string :tag "Custom keyserver"))
   :version "28.1")