summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-08-27 22:21:53 +0800
committerChocobo12018-08-27 22:21:53 +0800
commit9f8465e495d31a79481cbda240f4d60e6983e86b (patch)
treec6aebf482b3041ef11f3954c0b3fb07cc8436929
parent91cfb6252377235286a18d067c154377f12dcd3d (diff)
downloadaur-9f8465e495d31a79481cbda240f4d60e6983e86b.tar.gz
Use https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88b53db39796..3a07e2aa57c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = editorconfig-gedit-git
pkgdesc = EditorConfig plugin for gedit
pkgver = 0.5.3.r8.g53d469c
pkgrel = 1
- url = http://editorconfig.org/
+ url = https://editorconfig.org/
arch = any
license = BSD
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 9a2727762815..7d240ac23af5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.5.3.r8.g53d469c
pkgrel=1
pkgdesc="EditorConfig plugin for gedit"
arch=('any')
-url="http://editorconfig.org/"
+url="https://editorconfig.org/"
license=('BSD')
depends=('gedit' 'python-editorconfig')
makedepends=('git')