diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:58:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 17:48:53 +0100 |
commit | 917edde5802065e7fe62b3b38a1c00e1c2eda293 (patch) | |
tree | c74c94a848e3d295db73753fbfffa9a28959e0b5 | |
parent | b89993fbd44684b86f8756af2abf79f61f082ff9 (diff) | |
download | patches-917edde5802065e7fe62b3b38a1c00e1c2eda293.tar patches-917edde5802065e7fe62b3b38a1c00e1c2eda293.tar.gz |
gnu: r-stepwise: Use HTTPS home page.
* gnu/packages/cran.scm (r-stepwise)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index df177b9e86..d7f64a5ec5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12929,7 +12929,7 @@ Hubbell's @dfn{Unified Neutral Theory of Biodiversity} (UNTB).") (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 |