guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/87: gnu: r-data-tree: Use HTTPS home page URI.


From: guix-commits
Subject: 51/87: gnu: r-data-tree: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:41 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 30f958144048d5512229ee994dda4f60a48d00fd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

[Prev in Thread] Current Thread [Next in Thread]