mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-stepwise: Use HTTPS home page.
* gnu/packages/cran.scm (r-stepwise)[home-page]: Use HTTPS.
This commit is contained in:
parent
b89993fbd4
commit
917edde580
1 changed files with 1 additions and 1 deletions
|
@ -12929,7 +12929,7 @@ (define-public r-stepwise
|
|||
(base32
|
||||
"1lbx1bxwkf9dw6q46w40pp7h5nkxgghmx8rkpaymm6iybc7gyir2"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://stat.sfu.ca/statgen/research/stepwise.html")
|
||||
(home-page "https://stat.sfu.ca/statgen/research/stepwise.html")
|
||||
(synopsis "Stepwise detection of recombination breakpoints")
|
||||
(description
|
||||
"This package provides a stepwise approach to identifying recombination
|
||||
|
|
Loading…
Reference in a new issue