gnu: r-broom: Use HTTPS home page.
* gnu/packages/cran.scm (r-broom)[home-page]: Use HTTPS.
This commit is contained in:
parent
142869f80f
commit
6e19d50e32
|
@ -1737,7 +1737,7 @@ created using basic graphics.")
|
||||||
("r-reshape2" ,r-reshape2)
|
("r-reshape2" ,r-reshape2)
|
||||||
("r-stringr" ,r-stringr)
|
("r-stringr" ,r-stringr)
|
||||||
("r-tidyr" ,r-tidyr)))
|
("r-tidyr" ,r-tidyr)))
|
||||||
(home-page "http://github.com/tidyverse/broom")
|
(home-page "https://github.com/tidyverse/broom")
|
||||||
(synopsis "Convert statistical analysis objects into tidy data frames")
|
(synopsis "Convert statistical analysis objects into tidy data frames")
|
||||||
(description
|
(description
|
||||||
"This package provides tools to convert statistical analysis objects from
|
"This package provides tools to convert statistical analysis objects from
|
||||||
|
|
Loading…
Reference in New Issue