mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-jsonlite: Use HTTPS home page.
* gnu/packages/cran.scm (r-jsonlite)[home-page]: Use HTTPS.
This commit is contained in:
parent
c756328e66
commit
f762d327c3
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ (define-public r-jsonlite
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue