diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:20:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-13 00:24:32 +0100 |
commit | 98e61365fb30da5d925e839798f8a3ecddcbf661 (patch) | |
tree | b66b81699c2417635366991087482598a959bfc0 /gnu/packages | |
parent | 8b660be1c1496433bba312fe837bd662784633a2 (diff) |
gnu: r-bayesplot: Use HTTPS home page.
* gnu/packages/cran.scm (r-bayesplot)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e61030b09f..fd1cc7f358 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8360,7 +8360,7 @@ correlation, censored, ordered and multivariate problems.") ("r-rlang" ,r-rlang) ("r-tibble" ,r-tibble) ("r-tidyselect" ,r-tidyselect))) - (home-page "http://mc-stan.org/bayesplot") + (home-page "https://mc-stan.org/bayesplot") (synopsis "Plotting for Bayesian models") (description "This package provides plotting functions for posterior analysis, model |