From 38684410ee23535741c61c32a7d89ef4950bc1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= Date: Sun, 20 Dec 2015 19:50:37 +0000 Subject: settings: Fix pgp.mit.edu setting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Links should not use the port 11371. Signed-off-by: Johannes Löthberg Signed-off-by: Evangelos Foutras --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' -- cgit v1.2.3