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:
Philip Kaludercic 2024-02-11 18:38:13 +01:00
parent e56f0ef51b
commit 9e56bd5ed8

View file

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