nckx pushed a commit to branch master
in repository guix.
commit 39c57484ea604c7d9d742e4f14e84ae0548fecdc
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 21:42:56 2020 +0100
gnu: r-rcppparallel: Use HTTPS home page.
* gnu/packages/cran.scm (r-rcppparallel)[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 bf2719c..b727534 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9253,7 +9253,7 @@ package provides a minimal R interface by relying on the
Rcpp package.")
"1mhd6vp47xmfw533h0pkvydv96m57fspvd85g8m7iqb5rcxvhhdb"))))
(properties `((upstream-name . "RcppParallel")))
(build-system r-build-system)
- (home-page "http://rcppcore.github.io/RcppParallel")
+ (home-page "https://rcppcore.github.io/RcppParallel/")
(synopsis "Parallel programming tools for Rcpp")
(description
"This package provides high level functions for parallel programming with