mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05: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)))
|
||||
(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,
|
||||
|
|
Loading…
Reference in a new issue