From 07be883258e51bc797c354195e261f76b1544a17 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Apr 2015 21:36:07 -0400 Subject: debCdn changed to new httpredir.debian.org official replacement for http.debian.net. --- src/Propellor/Property/Apt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Apt.hs') 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" -- cgit v1.2.3