From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:23 +0000 (+0000) Subject: Fixed llug reference X-Git-Tag: 0.7.24ubuntu1~1519 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/505c14103eb41e2e5d36d2b75d12560598d4b1d8 Fixed llug reference Author: jgg Date: 1999-01-09 19:24:40 GMT Fixed llug reference --- diff --git a/dselect/setup b/dselect/setup index fd0daa927..86055d0a1 100755 --- a/dselect/setup +++ b/dselect/setup @@ -118,7 +118,7 @@ sub get_source { } $type = 'deb'; - $urn = "http://llug.sep.bnl.gov/debian" unless $urn; + $urn = "http://http.us.debian.org/debian" unless $urn; $distribution = "stable" unless $distribution; $components = "main contrib non-free" unless $components;