summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43878ea82866..1b48fcc9e366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = nodejs-jsonlint
pkgdesc = Validate JSON
pkgver = 1.6.3
pkgrel = 3
- url = http://zaach.github.com/jsonlint}/
+ url = https://zaa.ch/jsonlint}/
arch = any
license = MIT
makedepends = nodejs
diff --git a/PKGBUILD b/PKGBUILD
index 06c64ef4edc6..3decabc81b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.6.3
pkgrel=3
pkgdesc='Validate JSON'
arch=('any')
-url="http://zaach.github.com/$_npmname}/"
+url="https://zaa.ch/$_npmname}/"
license=('MIT')
depends=('nodejs')
makedepends=('nodejs' 'npm')