diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-23 13:19:27 -0700 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-23 13:19:27 -0700 |
| commit | 4f92a77e82f7c0a45c344b288c31f54ecb7af422 (patch) | |
| tree | 7082001533172750012bb982d03e6ee6d23afcce /src | |
| parent | 9b37a5ef03325cc484dfd233c18863360d0ab611 (diff) | |
debCdn switched from cdn.debian.net to http.debian.net, which seems to be better managed now.
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 7e02a335..92de09a3 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -50,7 +50,7 @@ binandsrc url suite bl = debLine backportSuite 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" |
