fixed url in pkgbuild
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = nginxbeautifier
|
|||||||
pkgdesc = Nginx config formatter and beautifier.
|
pkgdesc = Nginx config formatter and beautifier.
|
||||||
pkgver = latest
|
pkgver = latest
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://nginxbeautifier.com
|
url = https://nginxbeautifier.com
|
||||||
arch = any
|
arch = any
|
||||||
license = Apache-2.0
|
license = Apache-2.0
|
||||||
depends = nodejs
|
depends = nodejs
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@@ -5,7 +5,7 @@ pkgver=latest
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Nginx config formatter and beautifier.'
|
pkgdesc='Nginx config formatter and beautifier.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='http://nginxbeautifier.com'
|
url='https://nginxbeautifier.com'
|
||||||
license=('Apache-2.0')
|
license=('Apache-2.0')
|
||||||
provides=('nginxbeautifier')
|
provides=('nginxbeautifier')
|
||||||
depends=('nodejs')
|
depends=('nodejs')
|
||||||
|
Reference in New Issue
Block a user