diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-04-21 12:52:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-04-21 12:52:22 -0400 |
| commit | 0fc926934a8e5c736219d0a53790de2fd1e2b87c (patch) | |
| tree | f4fefca582144dbbc752409659f6f09e875107fa /src | |
| parent | 9a18f580876c2a4c92be4004d8fce187f896c7aa (diff) | |
| parent | 07be883258e51bc797c354195e261f76b1544a17 (diff) | |
Merge branch 'joeyconfig'
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" |
