ngz pushed a commit to branch master
in repository guix.

commit a35496d6e3aa992efef876a8e1206bf0bd95204c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:43:02 2021 +0100

    gnu: r-feature: Use HTTPS home page URI.
    
    * gnu/packages/cran.scm (r-feature)[home-page]: Use HTTPS URI.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8e1fd20..b841290 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11296,7 +11296,7 @@ hypothesis testing.")
        ("r-plot3d" ,r-plot3d)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
-    (home-page "http://www.mvstat.net/tduong/";)
+    (home-page "https://www.mvstat.net/tduong/";)
     (synopsis "Inferential feature significance for kernel density estimation")
     (description
      "The feature package contains functions to display and compute kernel

Reply via email to