summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-12-20 19:50:37 +0000
committerEvangelos Foutras <evangelos@foutrelis.com>2015-12-31 02:59:50 +0200
commit38684410ee23535741c61c32a7d89ef4950bc1fd (patch)
tree1e6532835a2772277d0b586d55c10b5d48ed1573 /settings.py
parent803ba89841468bcf088ea79ea981a849ca159682 (diff)
downloadarchweb-38684410ee23535741c61c32a7d89ef4950bc1fd.tar.gz
archweb-38684410ee23535741c61c32a7d89ef4950bc1fd.zip
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>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
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/'