git » jq.git » commit 4db08db

use https instead of http in url

author Evgeniy Alekseev
2019-03-20 12:48:13 UTC
committer Evgeniy Alekseev
2019-03-20 12:48:13 UTC
parent 1c9b378a1297ff031cf18c4dbe64e1075a9f6dce

use https instead of http in url

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index abc40ec..50cd8d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.6
 pkgrel=2
 pkgdesc='Command-line JSON processor'
 arch=('x86_64')
-url='http://stedolan.github.io/jq/'
+url='https://stedolan.github.io/jq/'
 license=('MIT')
 depends=('glibc' 'oniguruma')
 makedepends=('autoconf' 'automake' 'bison' 'flex' 'python2')