mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 18:19:15 -05:00
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 @@ (define-public r-biased-urn
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue