diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index e1d4d4a9..10dc48e2 100644 --- a/settings.py +++ b/settings.py @@ -135,7 +135,7 @@ PXEBOOT_URL = 'http://releng.archlinux.org/pxeboot/' # URL for SVN access for fetching commit messages (note absence of packages or # community bit on the end, repo.svn_root is appended) -SVN_BASE_URL = 'svn+ssh://svn.archlinux.org/srv/svn-' +SVN_BASE_URL = 'svn://svn.archlinux.org/' ## Import local settings from local_settings import * |