import/cran: Use CRAN mirrors.
* guix/import/cran.scm (%cran-url): Use mirror URL instead of primary project domain name. Change-Id: I23a51147d785d6cb645f953ca5ce0ff72f8bd367
This commit is contained in:
parent
dc03e6ce50
commit
9cf0f71463
@ -194,7 +194,7 @@ package definition."
|
||||
((package-inputs ...)
|
||||
`((,input-type (list ,@(format-inputs package-inputs)))))))
|
||||
|
||||
(define %cran-url "https://cran.r-project.org/web/packages/")
|
||||
(define %cran-url "https://cloud.r-project.org/web/packages/")
|
||||
(define %cran-canonical-url "https://cran.r-project.org/package=")
|
||||
(define %bioconductor-url "https://bioconductor.org/packages/")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user