diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-09-21 10:34:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-09-21 10:48:26 +0200 |
commit | c009bb5a4098ade5eeeeb4510a54f00282eb05ab (patch) | |
tree | 1d1388b33689bd36df2d66482c3571b48c6c9d6d | |
parent | 2a3a8ae753ec5c327b6831140795ecc28c10af7b (diff) | |
download | guix-c009bb5a4098ade5eeeeb4510a54f00282eb05ab.tar.gz |
Update CRAN mirrors.
* guix/download.scm (%mirrors): Update mirror list for CRAN.
-rw-r--r-- | guix/download.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/download.scm b/guix/download.scm index 42956772f5..204cfc0826 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -167,9 +167,9 @@ (cran ;; Arbitrary mirrors from http://cran.r-project.org/mirrors.html ;; This one automatically redirects to servers worldwide + "http://cran.r-project.org/" "http://cran.rstudio.com/" "http://cran.univ-lyon1.fr/" - "http://cran.r-mirror.de/" "http://cran.ism.ac.jp/" "http://cran.stat.auckland.ac.nz/" "http://cran.mirror.ac.za/" |