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 a6c6ceb971ab..eac4d97d2b3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = jansson-git
pkgdesc = C library for encoding, decoding and manipulating JSON data
pkgver = 2.12.r3.gb333f36
pkgrel = 1
- url = http://www.digip.org/jansson/
+ url = https://digip.org/jansson/
arch = i686
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d7895ca806b0..4e5326e8fd71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=2.12.r3.gb333f36
pkgrel=1
pkgdesc="C library for encoding, decoding and manipulating JSON data"
arch=('i686' 'x86_64')
-url="http://www.digip.org/jansson/"
+url="https://digip.org/jansson/"
license=('MIT')
depends=('glibc')
makedepends=('git')