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 46cc234a7e4a..ecc695062e89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = namebench
pkgdesc = Open-source DNS benchmark utility
pkgver = 1.3
pkgrel = 1
- url = http://code.google.com/p/namebench/
+ url = https://code.google.com/p/namebench/
arch = any
license = Apache
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 855ec05bc750..785e5aa7da05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=1.3
pkgrel=1
pkgdesc='Open-source DNS benchmark utility'
arch=('any')
-url='http://code.google.com/p/namebench/'
+url='https://code.google.com/p/namebench/'
license=(Apache)
depends=('python2-dnspython' 'python2-httplib2' 'python2-simplejson' 'python2-jinja'
'python2-graphy')