From b89993fbd44684b86f8756af2abf79f61f082ff9 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Sun, 19 Jan 2020 00:55:19 +0100
Subject: [PATCH] gnu: r-ldheatmap: Use HTTPS home page.

* gnu/packages/cran.scm (r-ldheatmap)[home-page]: Use HTTPS.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5cd7955f1a6..df177b9e868 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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
-- 
GitLab