summaryrefslogtreecommitdiff
path: root/Reflector.py
diff options
context:
space:
mode:
Diffstat (limited to 'Reflector.py')
-rw-r--r--Reflector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reflector.py b/Reflector.py
index 36f4a9a..95f422c 100644
--- a/Reflector.py
+++ b/Reflector.py
@@ -65,7 +65,7 @@ def get_cache_file():
class MirrorStatus(object):
# JSON URI
- URL = 'https://packages.archlinux32.org/mirrors/status.php?json'
+ URL = 'https://archlinux32.org/mirrors/status.php?json'
# Mirror URL format. Accepts server base URL, repository, and architecture.
MIRROR_URL_FORMAT = '{0}{2}/{1}'
MIRRORLIST_ENTRY_FORMAT = "Server = " + MIRROR_URL_FORMAT + "\n"