diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:34:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-09 23:55:41 +0100 |
commit | 88c6a1812c76947fae7ddc27c224264d71dc4639 (patch) | |
tree | 154ed43011bcd6fc4f28c18adb61d4c1702a6819 /gnu/packages/statistics.scm | |
parent | a1363a363e2223efcb165e095765882e8637401f (diff) |
gnu: Use HTTPS for rstudio.github.io home pages.
* gnu/packages/cran.scm (r-shinydashboard, r-shinythemes, r-dt)
[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 13d64be498..5e614d74e1 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3151,7 +3151,7 @@ using the multicore functionality of the parallel package.") ("r-jsonlite" ,r-jsonlite) ("r-magrittr" ,r-magrittr) ("r-promises" ,r-promises))) - (home-page "http://rstudio.github.io/DT") + (home-page "https://rstudio.github.io/DT") (synopsis "R wrapper of the DataTables JavaScript library") (description "This package allows for data objects in R to be rendered as HTML tables |