mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: jq: Use HTTPS home page.
* gnu/packages/web.scm (jq)[home-page]: Use HTTPS.
This commit is contained in:
parent
c61bfa08ed
commit
a4fdde47cc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue