guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: jq: Use HTTPS home page.


From: guix-commits
Subject: 12/13: gnu: jq: Use HTTPS home page.
Date: Fri, 6 Mar 2020 19:43:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a4fdde47cc248678d176926817ef238485b7d7d9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:59:22 2020 +0100

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c6e59cf..f8b6eda 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4604,7 +4604,7 @@ It uses the uwsgi protocol for all the 
networking/interprocess communications.")
        ;;("bundler" ,bundler)
        ("valgrind" ,valgrind)))
     (build-system gnu-build-system)
-    (home-page "http://stedolan.github.io/jq/";)
+    (home-page "https://stedolan.github.io/jq/";)
     (synopsis "Command-line JSON processor")
     (description "jq is like sed for JSON data – you can use it to slice and
 filter and map and transform structured data with the same ease that sed, awk,



reply via email to

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