Removed decommissioned PGP keyservers
* 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.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user