mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-spams: Use HTTPS home page.
Well, it currently redirects back to HTTP… * gnu/packages/statistics.scm (r-spams)[home-page]: Use ‘HTTPS’.
This commit is contained in:
parent
57a2a5015b
commit
369e4e9660
1 changed files with 1 additions and 1 deletions
|
@ -3922,7 +3922,7 @@ (define-public r-spams
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue