diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:42:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 23:09:24 +0100 |
commit | 39c57484ea604c7d9d742e4f14e84ae0548fecdc (patch) | |
tree | c565477c055e2dc15bedc42ea3ffa7bd85979764 /gnu | |
parent | 0e36f3e488f6435a7fec71dfdd84ce4e0fbfc744 (diff) | |
download | patches-39c57484ea604c7d9d742e4f14e84ae0548fecdc.tar patches-39c57484ea604c7d9d742e4f14e84ae0548fecdc.tar.gz |
gnu: r-rcppparallel: Use HTTPS home page.
* gnu/packages/cran.scm (r-rcppparallel)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index bf2719c3a5..b727534a03 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 |