import: cran: Use HTTPS.
* guix/import/cran.scm (%cran-url): Use HTTPS.
This commit is contained in:
parent
b3d0617a55
commit
632ea817b8
@ -125,7 +125,7 @@ package definition."
|
||||
((package-inputs ...)
|
||||
`((,type (,'quasiquote ,(format-inputs package-inputs)))))))
|
||||
|
||||
(define %cran-url "http://cran.r-project.org/web/packages/")
|
||||
(define %cran-url "https://cran.r-project.org/web/packages/")
|
||||
(define %bioconductor-url "https://bioconductor.org/packages/")
|
||||
|
||||
;; The latest Bioconductor release is 3.8. Bioconductor packages should be
|
||||
|
Loading…
Reference in New Issue
Block a user