mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
import: cran: Use HTTPS.
* guix/import/cran.scm (%cran-url): Use HTTPS.
This commit is contained in:
parent
b3d0617a55
commit
632ea817b8
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ (define* (maybe-inputs package-inputs #:optional (type 'inputs))
|
|||
((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 a new issue