diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:55:19 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 17:48:53 +0100 |
commit | b89993fbd44684b86f8756af2abf79f61f082ff9 (patch) | |
tree | 9bdf4e4bbff87451a13e8c2f99915b5a43c4b3a7 /gnu | |
parent | 083a95b7e0af07beedaac1923ab559425fc294f4 (diff) | |
download | patches-b89993fbd44684b86f8756af2abf79f61f082ff9.tar patches-b89993fbd44684b86f8756af2abf79f61f082ff9.tar.gz |
gnu: r-ldheatmap: Use HTTPS home page.
* gnu/packages/cran.scm (r-ldheatmap)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-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 5cd7955f1a..df177b9e86 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13535,7 +13535,7 @@ inbred lines, F2 intercrosses, and association mapping populations.") `(("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 |