diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-12-20 19:50:37 +0000 |
---|---|---|
committer | Evangelos Foutras <evangelos@foutrelis.com> | 2015-12-31 02:59:50 +0200 |
commit | 38684410ee23535741c61c32a7d89ef4950bc1fd (patch) | |
tree | 1e6532835a2772277d0b586d55c10b5d48ed1573 | |
parent | 803ba89841468bcf088ea79ea981a849ca159682 (diff) |
settings: Fix pgp.mit.edu setting
Links should not use the port 11371.
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Evangelos Foutras <evangelos@foutrelis.com>
-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/' |