diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index cb83b125..130c49f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (0.8.4) UNRELEASED; urgency=medium + + * debCdn switched from cdn.debian.net to http.debian.net, which seems to be + better managed now. + + -- Joey Hess <joeyh@debian.org> Sat, 23 Aug 2014 13:18:46 -0700 + propellor (0.8.3) unstable; urgency=medium * The Debian package now includes a single-revision git repository in 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" |
