guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: r-spams: Use HTTPS home page.


From: guix-commits
Subject: 07/08: gnu: r-spams: Use HTTPS home page.
Date: Mon, 9 Mar 2020 19:13:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 369e4e966092395d0e03e56710fa78eaf71a5ef5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:03:20 2020 +0100

    gnu: r-spams: Use HTTPS home page.
    
    Well, it currently redirects back to HTTP…
    
    * gnu/packages/statistics.scm (r-spams)[home-page]: Use ‘HTTPS’.
---
 gnu/packages/statistics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cd6b754..547450c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3922,7 +3922,7 @@ from within R.")
     (propagated-inputs
      `(("r-lattice" ,r-lattice)
        ("r-matrix" ,r-matrix)))
-    (home-page "http://spams-devel.gforge.inria.fr";)
+    (home-page "https://spams-devel.gforge.inria.fr";)
     (synopsis "Toolbox for solving sparse estimation problems")
     (description "SPAMS (SPArse Modeling Software) is an optimization toolbox
 for solving various sparse estimation problems.  It includes tools for the



reply via email to

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