nckx pushed a commit to branch master
in repository guix.
commit 6e19d50e320c53c742c20ee2788fbfb828e0e264
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Thu Jul 5 01:25:02 2018 +0200
gnu: r-broom: Use HTTPS home page.
* gnu/packages/cran.scm (r-broom)[home-page]: Use HTTPS.
---
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 ed61983..93b2cdf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1737,7 +1737,7 @@ created using basic graphics.")
("r-reshape2" ,r-reshape2)
("r-stringr" ,r-stringr)
("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")
(description
"This package provides tools to convert statistical analysis objects from