diff options
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 0423541c..6ffed75b 100644 --- a/settings.py +++ b/settings.py @@ -156,7 +156,7 @@ LOGGING = { } ## Server used for linking to PGP keysearch results -PGP_SERVER = 'pgp.mit.edu:11371' +PGP_SERVER = 'pgp.mit.edu' # URL to fetch a current list of available ISOs ISO_LIST_URL = 'https://releng.archlinux.org/isos/' |