guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/17: gnu: r-jsonlite: Use HTTPS home page.


From: guix-commits
Subject: 10/17: gnu: r-jsonlite: Use HTTPS home page.
Date: Tue, 11 Feb 2020 01:14:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f762d327c32b31b5132dc8b46f49c935e0ac381e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:20:18 2020 +0100

    gnu: r-jsonlite: Use HTTPS home page.
    
    * gnu/packages/cran.scm (r-jsonlite)[home-page]: Use HTTPS.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4d79ad2..d59b61c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]