gnu: r-rglpk: Use HTTPS home page.

* gnu/packages/cran.scm (r-rglpk)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:37:22 +01:00
parent 40a0734ca8
commit 6a8715ce68
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -16363,7 +16363,7 @@ (define-public r-rglpk
`(("r-slam" ,r-slam)))
(inputs
`(("glpk" ,glpk)))
(home-page "http://R-Forge.R-project.org/projects/rglp/")
(home-page "https://r-forge.r-project.org/projects/rglp/")
(synopsis "R interface to the GNU Linear Programming Kit")
(description
"This package provides an R interface to the GNU Linear Programming Kit,