diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-19 21:36:07 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-19 21:36:07 -0400 |
| commit | 07be883258e51bc797c354195e261f76b1544a17 (patch) | |
| tree | a6a93713e9cd7cce1ceb67d57ec35d5df20f2f4b /src | |
| parent | 3d735c52f4186133da7113ca671a16d68fe76b33 (diff) | |
debCdn changed to new httpredir.debian.org official replacement for http.debian.net.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
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" |
