summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-05-21 02:28:51 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-05-21 02:28:51 -0300
commit5897fba6d3242cc7188d05f8f3be7362a8383761 (patch)
tree84ccff2220113bff8b38120d04fa4d39f7c1e1fb /settings.py
parenta30350ac6e76c66d14f6d78ed2b5ae4e5799c79c (diff)
More rebranding!
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 c9ea4178..e9285560 100644
--- a/settings.py
+++ b/settings.py
@@ -125,6 +125,6 @@ if DEBUG_TOOLBAR:
INSTALLED_APPS = list(INSTALLED_APPS) + [ 'debug_toolbar' ]
# URL to fetch a current list of available ISOs
-ISO_LIST_URL = 'http://releng.archlinux.org/isos/'
+ISO_LIST_URL = 'http://repo.parabolagnulinux.org/isos/'
# vim: set ts=4 sw=4 et: