Просмотр исходного кода

Fixed llug reference
Author: jgg
Date: 1999-01-09 19:24:40 GMT
Fixed llug reference

Arch Librarian лет назад: 22
Родитель
Сommit
505c14103e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dselect/setup

+ 1 - 1
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;