guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/87: gnu: r-feature: Use HTTPS home page URI.


From: guix-commits
Subject: 53/87: gnu: r-feature: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:42 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit a35496d6e3aa992efef876a8e1206bf0bd95204c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

[Prev in Thread] Current Thread [Next in Thread]