mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-boa: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-boa)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
0cdb622c9c
commit
8c23599e7a
1 changed files with 1 additions and 1 deletions
|
@ -23238,7 +23238,7 @@ (define-public r-boa
|
|||
"04lhqk5qfvaz1jk90glr2yi5vq7cdy0w8m6g2lnzk359l9y41zhp"))))
|
||||
(properties `((upstream-name . "boa")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.jstatsoft.org/v21/i11")
|
||||
(home-page "https://www.jstatsoft.org/v21/i11")
|
||||
(synopsis "Library for @dfn{Bayesian Output Analysis Program} (BOA) for MCMC")
|
||||
(description
|
||||
"This package provides a menu-driven program and library of functions for
|
||||
|
|
Loading…
Reference in a new issue