mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-mcmc: Use HTTPS home page.
* gnu/packages/cran.scm (r-mcmc)[home-page]: Use HTTPS.
This commit is contained in:
parent
b32a3e1dbf
commit
b0c62de87f
1 changed files with 1 additions and 1 deletions
|
@ -11584,7 +11584,7 @@ (define-public r-mcmc
|
|||
(base32
|
||||
"1i1nhdapyijvm58zx38q28zk01ndmi6smjivxk5xs2cx9b6v2av9"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.stat.umn.edu/geyer/mcmc/")
|
||||
(home-page "https://www.stat.umn.edu/geyer/mcmc/")
|
||||
(synopsis "Markov chain Monte Carlo")
|
||||
(description
|
||||
"This package simulates continuous distributions of random vectors using
|
||||
|
|
Loading…
Reference in a new issue