From 7b50b8c431a8ec38b1a2aa2b11fbc5746f3556e0 Mon Sep 17 00:00:00 2001 From: Jan Paul Tuecking Date: Mon, 7 Sep 2009 12:08:11 +0200 Subject: [PATCH] removed http:// out of getfile.py --- download/getfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/getfile.py b/download/getfile.py index 7aad0c5b..1bf7371c 100755 --- a/download/getfile.py +++ b/download/getfile.py @@ -18,7 +18,7 @@ hosts = ( ( 4, "http", "mirror3.ipfire.org", "/",), ( 4, "http", "mirror5.ipfire.org", "/",), (10, "http", "www.rowie.at", "/ipfire/",), - ( 8, "http", "http://l3s1111.zeus01.de/ipfire.earl-net.com", "/",), + ( 8, "http", "l3s1111.zeus01.de/ipfire.earl-net.com", "/",), ( 8, "http", "ipfire.earl-net.com", "/",), ( 8, "http", "ipfire.kbarthel.de", "/",), ( 8, "http", "ipfire.1l0v3u.com", "/",), -- 2.47.3