amprolla

devuan's apt repo merger
git clone git://parazyd.org/amprolla.git
Log | Files | Refs | README | LICENSE

commit 7ec11295792ca106e7ee6eadfdb7fa8c00ad93f0
parent 0b476ccaa510c4bc9b35784753f79dfa353e542a
Author: parazyd <parazyd@dyne.org>
Date:   Sun,  9 Jul 2017 14:02:20 +0200

revert to deb.debian.org

Diffstat:
Mlib/config.def.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/config.def.py b/lib/config.def.py @@ -43,7 +43,7 @@ repos = { }, 'debian': { 'name': 'DEBIAN', - 'host': 'http://ftp.debian.org', + 'host': 'http://deb.debian.org', 'dists': 'debian/dists', 'pool': 'debian/pool', 'aliases': True,