guix-commits
[Top][All Lists]
Advanced

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

12/17: gnu: r-smoother: Use HTTPS home page.


From: guix-commits
Subject: 12/17: gnu: r-smoother: Use HTTPS home page.
Date: Tue, 11 Feb 2020 01:14:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 40a0734ca8e2d12220caf9f458fd64b6fac22475
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:41:31 2020 +0100

    gnu: r-smoother: Use HTTPS home page.
    
    * gnu/packages/cran.scm (r-smoother)[home-page]: Use HTTPS.
---
 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 d59b61c..1ba56aa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5240,7 +5240,7 @@ regression and information measures are implemented.")
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ttr" ,r-ttr)))
-    (home-page "http://cran.r-project.org/web/packages/smoother";)
+    (home-page "https://cran.r-project.org/web/packages/smoother";)
     (synopsis "Functions relating to the smoothing of numerical data")
     (description
      "This package provides a collection of methods for smoothing numerical



reply via email to

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