Sfoglia il codice sorgente

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

Arch Librarian 22 anni fa
parent
commit
505c14103e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;