mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: r-data-tree: Use HTTPS home page URI.
* gnu/packages/cran.scm (r-data-tree)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
8c23599e7a
commit
30f9581440
1 changed files with 1 additions and 1 deletions
|
@ -7021,7 +7021,7 @@ (define-public r-data-tree
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue