summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 00:24:29 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-20 00:24:29 -0400
commit55b52a92806e4e76b1db17178f323362e3ddfe09 (patch)
tree3748287d1801abd6d95825225cfac60d67160e4c /settings.py
parentae9ee14ff153698dd90c6560437e42ff124a6d0b (diff)
add MAILMAN_BASE_URL to abstract mailing list links
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 09f2df9c..ba9560f7 100644
--- a/settings.py
+++ b/settings.py
@@ -139,6 +139,8 @@ 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'
+
BRANDING_APPNAME = 'archweb'
BRANDING_DISTRONAME = 'Arch Linux'
BRANDING_SHORTNAME = 'Arch'