me
/
guix
Archived
1
0
Fork 0

import/cran: Use CRAN mirrors.

* guix/import/cran.scm (%cran-url): Use mirror URL instead of primary project
domain name.

Change-Id: I23a51147d785d6cb645f953ca5ce0ff72f8bd367
master
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
1 changed files with 1 additions and 1 deletions

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