gnu: r-spams: Use HTTPS home page.
Well, it currently redirects back to HTTP… * gnu/packages/statistics.scm (r-spams)[home-page]: Use ‘HTTPS’.master
parent
57a2a5015b
commit
369e4e9660
|
@ -3922,7 +3922,7 @@ from within R.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-lattice" ,r-lattice)
|
`(("r-lattice" ,r-lattice)
|
||||||
("r-matrix" ,r-matrix)))
|
("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")
|
(synopsis "Toolbox for solving sparse estimation problems")
|
||||||
(description "SPAMS (SPArse Modeling Software) is an optimization toolbox
|
(description "SPAMS (SPArse Modeling Software) is an optimization toolbox
|
||||||
for solving various sparse estimation problems. It includes tools for the
|
for solving various sparse estimation problems. It includes tools for the
|
||||||
|
|
Reference in New Issue