mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-mclust: Use HTTPS home page.
* gnu/packages/statistics.scm (r-mclust)[home-page]: Use HTTPS.
This commit is contained in:
parent
72ac699414
commit
e661c96f84
1 changed files with 1 additions and 1 deletions
|
@ -4698,7 +4698,7 @@ (define-public r-mclust
|
|||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(home-page "http://www.stat.washington.edu/mclust/")
|
||||
(home-page "https://www.stat.washington.edu/mclust/")
|
||||
(synopsis "Gaussian mixture modelling for model-based clustering etc.")
|
||||
(description
|
||||
"This package provides Gaussian finite mixture models fitted via EM
|
||||
|
|
Loading…
Reference in a new issue