summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-04-21 12:52:22 -0400
committerJoey Hess2015-04-21 12:52:22 -0400
commit0fc926934a8e5c736219d0a53790de2fd1e2b87c (patch)
treef4fefca582144dbbc752409659f6f09e875107fa /src
parent9a18f580876c2a4c92be4004d8fce187f896c7aa (diff)
parent07be883258e51bc797c354195e261f76b1544a17 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index 75c59772..7f2ed795 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -61,7 +61,7 @@ binandsrc url suite = catMaybes
return $ debLine bs url stdSections
debCdn :: SourcesGenerator
-debCdn = binandsrc "http://http.debian.net/debian"
+debCdn = binandsrc "http://httpredir.debian.org/debian"
kernelOrg :: SourcesGenerator
kernelOrg = binandsrc "http://mirrors.kernel.org/debian"