summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolichronucci2015-11-05 03:15:35 +0200
committerPolichronucci2015-11-05 03:15:35 +0200
commit5a799f367102a8587cdbdbd570e4631662cbfe2f (patch)
tree459985ad5ab83d69172b245bb2a5973bfd1dc9a9
parent97f793cbc3122b20d454e1eeea20944ab885930c (diff)
downloadaur-5a799f367102a8587cdbdbd570e4631662cbfe2f.tar.gz
Change url from http to https for security.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19d56e17c21e..64ea9951af3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = prosody-mod-onions
pkgdesc = s2s communication through TOR
pkgver = 14_10_2015
pkgrel = 3
- url = http://modules.prosody.im/mod_onions.html
+ url = https://modules.prosody.im/mod_onions.html
arch = any
license = MIT
depends = prosody
diff --git a/PKGBUILD b/PKGBUILD
index 09a19d714a9b..3c02e2c9f212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=14_10_2015
pkgrel=3
pkgdesc="s2s communication through TOR"
arch=('any')
-url=("http://modules.prosody.im/mod_onions.html")
+url=("https://modules.prosody.im/mod_onions.html")
license=('MIT')
depends=('prosody' 'lua51-bitop')
source=("https://hg.prosody.im/prosody-modules/raw-file/720b291cb340/mod_onions/mod_onions.lua")