summary refs log tree commit diff
path: root/build-aux/download.scm
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/download.scm')
-rw-r--r--build-aux/download.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/build-aux/download.scm b/build-aux/download.scm
index 97a74b123a..62956378ed 100644
--- a/build-aux/download.scm
+++ b/build-aux/download.scm
@@ -28,7 +28,11 @@
              (guix utils))
 
 (define %url-base
-  "http://www.fdn.fr/~lcourtes/software/guix/packages")
+  "http://alpha.gnu.org/gnu/guix/bootstrap"
+
+  ;; Alternately:
+  ;;"http://www.fdn.fr/~lcourtes/software/guix/packages"
+  )
 
 (define (file-name->uri file)
   "Return the URI for FILE."