summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:23 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:23 +0000
commit505c14103eb41e2e5d36d2b75d12560598d4b1d8 (patch)
tree2b20b9a0ff26478a869752a715da947695b5fca5 /dselect
parent39536c62e5da72484337cb0238c64a35838b7ff7 (diff)
Fixed llug reference
Author: jgg Date: 1999-01-09 19:24:40 GMT Fixed llug reference
Diffstat (limited to 'dselect')
-rwxr-xr-xdselect/setup2
1 files changed, 1 insertions, 1 deletions
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;