diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:23 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:23 +0000 |
commit | 505c14103eb41e2e5d36d2b75d12560598d4b1d8 (patch) | |
tree | 2b20b9a0ff26478a869752a715da947695b5fca5 /dselect | |
parent | 39536c62e5da72484337cb0238c64a35838b7ff7 (diff) |
Fixed llug reference
Author: jgg
Date: 1999-01-09 19:24:40 GMT
Fixed llug reference
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/setup | 2 |
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; |