mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: r-ks: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-ks)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
a35496d6e3
commit
e58cfe5fbd
1 changed files with 1 additions and 1 deletions
|
@ -11269,7 +11269,7 @@ (define-public r-ks
|
|||
("r-multicool" ,r-multicool)
|
||||
("r-mvtnorm" ,r-mvtnorm)
|
||||
("r-plot3d" ,r-plot3d)))
|
||||
(home-page "http://www.mvstat.net/tduong/")
|
||||
(home-page "https://www.mvstat.net/tduong/")
|
||||
(synopsis "Kernel smoothing")
|
||||
(description
|
||||
"This package provides kernel smoothers for univariate and multivariate
|
||||
|
|
Loading…
Reference in a new issue