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:
parent
e56f0ef51b
commit
9e56bd5ed8
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue