mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-ldheatmap: Use HTTPS home page.
* gnu/packages/cran.scm (r-ldheatmap)[home-page]: Use HTTPS.
This commit is contained in:
parent
083a95b7e0
commit
b89993fbd4
1 changed files with 1 additions and 1 deletions
|
@ -13535,7 +13535,7 @@ (define-public r-ldheatmap
|
|||
`(("r-genetics" ,r-genetics)
|
||||
("r-rcpp" ,r-rcpp)
|
||||
("r-snpstats" ,r-snpstats)))
|
||||
(home-page "http://stat.sfu.ca/statgen/research/ldheatmap.html")
|
||||
(home-page "https://stat.sfu.ca/statgen/research/ldheatmap.html")
|
||||
(synopsis "Graphical display of pairwise linkage disequilibria between SNPs")
|
||||
(description
|
||||
"This package provides tools to produce a graphical display, as a heat
|
||||
|
|
Loading…
Reference in a new issue