mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-lpsymphony: Use HTTPS home page.
* gnu/packages/bioconductor.scm (r-lpsymphony)[home-page]: Use HTTPS.
This commit is contained in:
parent
5e1f2362c1
commit
c756328e66
1 changed files with 1 additions and 1 deletions
|
@ -2455,7 +2455,7 @@ (define-public r-lpsymphony
|
|||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://r-forge.r-project.org/projects/rsymphony")
|
||||
(home-page "https://r-forge.r-project.org/projects/rsymphony")
|
||||
(synopsis "Symphony integer linear programming solver in R")
|
||||
(description
|
||||
"This package was derived from Rsymphony. The package provides an R
|
||||
|
|
Loading…
Reference in a new issue