mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-rglpk: Use HTTPS home page.
* gnu/packages/cran.scm (r-rglpk)[home-page]: Use HTTPS.
This commit is contained in:
parent
40a0734ca8
commit
6a8715ce68
1 changed files with 1 additions and 1 deletions
|
@ -16363,7 +16363,7 @@ (define-public r-rglpk
|
||||||
`(("r-slam" ,r-slam)))
|
`(("r-slam" ,r-slam)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glpk" ,glpk)))
|
`(("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")
|
(synopsis "R interface to the GNU Linear Programming Kit")
|
||||||
(description
|
(description
|
||||||
"This package provides an R interface to the GNU Linear Programming Kit,
|
"This package provides an R interface to the GNU Linear Programming Kit,
|
||||||
|
|
Loading…
Reference in a new issue