ngz pushed a commit to branch master
in repository guix.

commit 30f958144048d5512229ee994dda4f60a48d00fd
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:41:16 2021 +0100

    gnu: r-data-tree: Use HTTPS home page URI.
    
    * gnu/packages/cran.scm (r-data-tree)[home-page]: Use HTTPS URI.
---
 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 03c6c1f..bfa88cd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7021,7 +7021,7 @@ JavaScript library) and interact with the igraph 
package.")
        ("r-stringi" ,r-stringi)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
-    (home-page "http://github.com/gluc/data.tree";)
+    (home-page "https://github.com/gluc/data.tree";)
     (synopsis "General purpose hierarchical data structure")
     (description
      "Create tree structures from hierarchical data, and traverse the tree in

Reply via email to