From 15c65f3a0c6289667f4628b9c470cd58d5c9ee8d Mon Sep 17 00:00:00 2001 From: lyoko Date: Fri, 26 Aug 2016 02:10:04 +0000 Subject: [PATCH] fixed url in pkgbuild --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7750d69..0bbdba1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 1ad2fb1..fdf30e6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')