fixed url in pkgbuild

This commit is contained in:
lyoko
2016-08-26 02:10:04 +00:00
parent 5b3f38cd21
commit 15c65f3a0c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ pkgbase = nginxbeautifier
pkgdesc = Nginx config formatter and beautifier.
pkgver = latest
pkgrel = 1
url = http://nginxbeautifier.com
url = https://nginxbeautifier.com
arch = any
license = Apache-2.0
depends = nodejs

View File

@@ -5,7 +5,7 @@ pkgver=latest
pkgrel=1
pkgdesc='Nginx config formatter and beautifier.'
arch=('any')
url='http://nginxbeautifier.com'
url='https://nginxbeautifier.com'
license=('Apache-2.0')
provides=('nginxbeautifier')
depends=('nodejs')