summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 13:42:30 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 13:42:30 -0400
commitf9fb5909bbcb5f5ff727a2d8f0081a4185138414 (patch)
tree2804cb0f40f512ebf5baeefd0483f198ae2b3eeb /settings.py
parent7ca9ecb2d430047243c0ff14a32d534965136844 (diff)
remove /mailman from the MAILMAN_BASE_URL, use it every time
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 ba9560f7..bc15b0ab 100644
--- a/settings.py
+++ b/settings.py
@@ -139,7 +139,7 @@ PXEBOOT_URL = 'http://releng.archlinux.org/pxeboot/'
# community bit on the end, repo.svn_root is appended)
SVN_BASE_URL = 'svn://svn.archlinux.org/'
-MAILMAN_BASE_URL = 'https://mailman.archlinux.org/mailman'
+MAILMAN_BASE_URL = 'https://mailman.archlinux.org/'
BRANDING_APPNAME = 'archweb'
BRANDING_DISTRONAME = 'Arch Linux'