From 7f17765de330702e11dce7a08badf009df045315 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 Aug 2014 13:19:27 -0700 Subject: debCdn switched from cdn.debian.net to http.debian.net, which seems to be better managed now. Conflicts: debian/changelog --- src/Propellor/Property/Apt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index d82eaed3..7cf6c2b0 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -55,7 +55,7 @@ binandsrc url suite = catMaybes return $ debLine bs url stdSections debCdn :: SourcesGenerator -debCdn = binandsrc "http://cdn.debian.net/debian" +debCdn = binandsrc "http://http.debian.net/debian" kernelOrg :: SourcesGenerator kernelOrg = binandsrc "http://mirrors.kernel.org/debian" -- cgit v1.2.3