summaryrefslogtreecommitdiff
path: root/update-keys
diff options
context:
space:
mode:
Diffstat (limited to 'update-keys')
-rwxr-xr-xupdate-keys2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-keys b/update-keys
index 3441d49..8f985f5 100755
--- a/update-keys
+++ b/update-keys
@@ -5,7 +5,7 @@ export LANG=C
TMPDIR=$(mktemp -d)
trap "rm -rf '${TMPDIR}'" EXIT
-KEYSERVER='hkp://pgp.mit.edu'
+KEYSERVER='hkp://keys.gnupg.net'
GPG="gpg --quiet --batch --no-tty --no-permission-warning --keyserver "${KEYSERVER}" --homedir ${TMPDIR}"
pushd "$(dirname "$0")" >/dev/null