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:
Ricardo Wurmus 2024-05-09 00:01:01 +02:00
parent dc03e6ce50
commit 9cf0f71463
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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/")