diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:20:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-11 07:10:31 +0100 |
commit | f762d327c32b31b5132dc8b46f49c935e0ac381e (patch) | |
tree | eaba7ec025b8c0fbae387fafad2e8a3e2860f832 /gnu/packages/cran.scm | |
parent | c756328e66cb34a13527e9a9cca7229cb4f9229b (diff) | |
download | patches-f762d327c32b31b5132dc8b46f49c935e0ac381e.tar patches-f762d327c32b31b5132dc8b46f49c935e0ac381e.tar.gz |
gnu: r-jsonlite: Use HTTPS home page.
* gnu/packages/cran.scm (r-jsonlite)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 4d79ad2257..d59b61c42a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -537,7 +537,7 @@ particularly easy to create complete web applications using httpuv alone.") (base32 "0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8")))) (build-system r-build-system) - (home-page "http://arxiv.org/abs/1403.2805") + (home-page "https://arxiv.org/abs/1403.2805") (synopsis "Robust, high performance JSON parser and generator for R") (description "The jsonlite package provides a fast JSON parser and generator optimized |