gnu: r-jsonlite: Use HTTPS home page.

* gnu/packages/cran.scm (r-jsonlite)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:20:18 +01:00
parent c756328e66
commit f762d327c3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -537,7 +537,7 @@ (define-public r-jsonlite
(base32 (base32
"0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8")))) "0lyvhnr6n57h3a89bvipii7x17nvfaycm9j5j50bfrlr48jv9ic8"))))
(build-system r-build-system) (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") (synopsis "Robust, high performance JSON parser and generator for R")
(description (description
"The jsonlite package provides a fast JSON parser and generator optimized "The jsonlite package provides a fast JSON parser and generator optimized