diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:03:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 00:12:10 +0100 |
commit | 369e4e966092395d0e03e56710fa78eaf71a5ef5 (patch) | |
tree | 2e0d9a90b7076dc35bf306e77d6235a5390cbde4 /gnu/packages | |
parent | 57a2a5015b558ac885f66cf0036995b2e8e47915 (diff) | |
download | patches-369e4e966092395d0e03e56710fa78eaf71a5ef5.tar patches-369e4e966092395d0e03e56710fa78eaf71a5ef5.tar.gz |
gnu: r-spams: Use HTTPS home page.
Well, it currently redirects back to HTTP…
* gnu/packages/statistics.scm (r-spams)[home-page]: Use ‘HTTPS’.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index cd6b754425..547450c78b 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 |