diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:43:26 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 11:43:26 +0100 |
commit | e58cfe5fbdc70bb25d1ebb57b8e74603d3f94f02 (patch) | |
tree | 76cdc331d689f81649aa023e793bb0c8bfe1aaf1 | |
parent | a35496d6e3aa992efef876a8e1206bf0bd95204c (diff) | |
download | guix-e58cfe5fbdc70bb25d1ebb57b8e74603d3f94f02.tar.gz |
gnu: r-ks: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-ks)[home-page]: Use HTTPS URI.
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b841290af6..b443a47ce6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11269,7 +11269,7 @@ isosurfaces.") ("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 |