gnu: r-biased-urn: Use HTTPS home page URI.
* gnu/packages/statistics.scm (r-biased-urn)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
3cb8cc255f
commit
0cdb622c9c
1 changed files with 1 additions and 1 deletions
|
@ -3883,7 +3883,7 @@ data behind them) can be viewed and modified in a web browser.")
|
|||
"13i2lgfnjhlbbm2yxfc2l5hswqw6x03pwba5csjmirv8kpjw4xr3"))))
|
||||
(properties `((upstream-name . "BiasedUrn")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.agner.org/random/")
|
||||
(home-page "https://www.agner.org/random/")
|
||||
(synopsis "Biased urn model distributions")
|
||||
(description
|
||||
"This package provides statistical models of biased sampling in the form
|
||||
|
|
Reference in a new issue