summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2018-10-03 16:35:01 +0200
committerFlorian Bruhin2018-10-03 16:35:01 +0200
commitade49bebfc1b60ee7b925d3ae110a500a82af69f (patch)
treede2b8ac8fee2229589c81960a32dae61b42a898e
parenta14761ae35f2ffe1bf7ce7bc20b958eafd9f2692 (diff)
downloadaur-ade49bebfc1b60ee7b925d3ae110a500a82af69f.tar.gz
Use https for URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e37d485bb3e0..c8ea676d9eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.4.1.r123.ge927fecbb
pkgrel=1
pkgdesc="A keyboard-driven, vim-like browser based on PyQt5"
arch=(any)
-url="http://www.qutebrowser.org/"
+url="https://www.qutebrowser.org/"
license=('GPL')
depends=('python' 'python-setuptools' 'python-pyqt5' 'qt5-base'
'qt5-webengine' 'qt5-declarative' 'python-pypeg2' 'python-jinja'