diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:59:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 01:42:51 +0100 |
commit | a4fdde47cc248678d176926817ef238485b7d7d9 (patch) | |
tree | 08de63d778add55b0a0f1e59441dd0be927251bd /gnu/packages/web.scm | |
parent | c61bfa08ed226e4ff52f3daac590290ebded7d40 (diff) | |
download | guix-a4fdde47cc248678d176926817ef238485b7d7d9.tar guix-a4fdde47cc248678d176926817ef238485b7d7d9.tar.gz |
gnu: jq: Use HTTPS home page.
* gnu/packages/web.scm (jq)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index c6e59cff44..f8b6edac7c 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, |