summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-08-27 22:17:31 +0800
committerChocobo12018-08-27 22:17:31 +0800
commit8c2b39e0c55f7d032614fd31f9990a332846ec46 (patch)
treee5a52208d43162c775b72b8ea6c78e79f37a9876
parent9482c0696523821e9290c3f7c9564ffde5f1da5a (diff)
downloadaur-8c2b39e0c55f7d032614fd31f9990a332846ec46.tar.gz
Use https
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 884ac2a6fa65..ca268ab8d2c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.5.3
pkgrel=1
pkgdesc="EditorConfig plugin for gedit"
arch=('any')
-url="http://editorconfig.org/"
+url="https://editorconfig.org/"
license=('BSD')
depends=('gedit' 'python-editorconfig')
source=("https://github.com/editorconfig/${pkgname}/archive/v${pkgver}.tar.gz")