diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:35:49 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 23:09:24 +0100 |
commit | f8c3d903e921ceb7e216192579d8f615db2547a9 (patch) | |
tree | a99abdc5bee87a3d433a674d8af81706d9745d92 | |
parent | 486a08004850f30d8d860640c41378b130288f21 (diff) | |
download | patches-f8c3d903e921ceb7e216192579d8f615db2547a9.tar patches-f8c3d903e921ceb7e216192579d8f615db2547a9.tar.gz |
gnu: r-hapassoc: Use HTTPS home page.
* gnu/packages/cran.scm (r-hapassoc)[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 12ed6ffd41..659660225e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13752,7 +13752,7 @@ variance components, using the likelihood-ratio statistics G.") (base32 "0qs5jl0snzfchgpp6pabncwywxcmi743g91jvjiyyzw0lw85yv4s")))) (build-system r-build-system) - (home-page "http://stat.sfu.ca/statgen/research/hapassoc.html") + (home-page "https://stat.sfu.ca/statgen/research/hapassoc.html") (synopsis "Inference of trait associations with SNP haplotypes") (description "Hapassoc performs likelihood inference of trait associations with |