diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-23 13:19:27 -0700 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-10 11:37:22 -0400 |
| commit | 7f17765de330702e11dce7a08badf009df045315 (patch) | |
| tree | 9527811cea1132cda7c8ac5194faf74377054050 /src | |
| parent | 31f84270fddbf07221a6c1ea30e7a8c05db29115 (diff) | |
debCdn switched from cdn.debian.net to http.debian.net, which seems to be better managed now.
Conflicts:
debian/changelog
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 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" |
