guix-commits
[Top][All Lists]
Advanced

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

54/87: gnu: r-ks: Use HTTPS home page URI.


From: guix-commits
Subject: 54/87: gnu: r-ks: 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 e58cfe5fbdc70bb25d1ebb57b8e74603d3f94f02
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:43:26 2021 +0100

    gnu: r-ks: Use HTTPS home page URI.
    
    * gnu/packages/cran.scm (r-ks)[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 b841290..b443a47 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



reply via email to

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