diff options
| author | Ricardo Wurmus | 2019-01-03 08:32:05 +0100 |
|---|---|---|
| committer | Ricardo Wurmus | 2019-01-03 08:34:41 +0100 |
| commit | 632ea817b88974f616e159ef7dcc174901a77aa3 (patch) | |
| tree | 54908a181379e8c051c0fa349a77869cf6ef982b /guix/import | |
| parent | b3d0617a55c62fe75af44707a3cd4138fa97e62d (diff) | |
import: cran: Use HTTPS.
* guix/import/cran.scm (%cran-url): Use HTTPS.
Diffstat (limited to 'guix/import')
| -rw-r--r-- | guix/import/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/cran.scm b/guix/import/cran.scm index 507e77ed7..243203928 100644 --- a/guix/import/cran.scm +++ b/guix/import/cran.scm @@ -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 |