gnu: jq: Use HTTPS home page.

* gnu/packages/web.scm (jq)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:59:22 +01:00
parent c61bfa08ed
commit a4fdde47cc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4604,7 +4604,7 @@ (define-public jq
;;("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,