gnu: r-data-tree: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-data-tree)[home-page]: Use HTTPS URI.master
parent
8c23599e7a
commit
30f9581440
|
@ -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
|
||||
|
|
Reference in New Issue