summaryrefslogtreecommitdiff
path: root/vmdebootstrap
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2014-10-16 19:58:36 +0100
committerNeil Williams <codehelp@debian.org>2014-10-16 19:58:36 +0100
commit676ec54a7a65e93da26b54453e6a793e1cd2fcf3 (patch)
tree6beec19b4384ee70b384ecd19fa149eca76c4014 /vmdebootstrap
parenta65a39682832c1ed93e3ae66817b516ff0ec7279 (diff)
downloadvmdebootstrap-676ec54a7a65e93da26b54453e6a793e1cd2fcf3.tar.gz
Switch to http.debian.net
Diffstat (limited to 'vmdebootstrap')
-rwxr-xr-xvmdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdebootstrap b/vmdebootstrap
index bf82e3a..eb94ae5 100755
--- a/vmdebootstrap
+++ b/vmdebootstrap
@@ -60,7 +60,7 @@ class VmDebootstrap(cliapp.Application):
self.settings.string(['mirror'],
'use MIRROR as package source (%default)',
metavar='URL',
- default='http://cdn.debian.net/debian/')
+ default='http://http.debian.net/debian/')
self.settings.string(['arch'], 'architecture to use (%default)',
metavar='ARCH',
default=default_arch)