diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /net-misc/vpncwatch | |
parent | Add missing remote-id (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2 gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-misc/vpncwatch')
-rw-r--r-- | net-misc/vpncwatch/vpncwatch-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/vpncwatch/vpncwatch-1.8.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/vpncwatch/vpncwatch-1.8.1.ebuild b/net-misc/vpncwatch/vpncwatch-1.8.1.ebuild index 1778947d5d27..35e3e6f6921b 100644 --- a/net-misc/vpncwatch/vpncwatch-1.8.1.ebuild +++ b/net-misc/vpncwatch/vpncwatch-1.8.1.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="Keepalive daemon for vpnc on Linux systems" -HOMEPAGE="http://github.com/dcantrell/vpncwatch/" -SRC_URI="http://github.com/downloads/dcantrell/${PN}/${P}.tar.gz" +HOMEPAGE="https://github.com/dcantrell/vpncwatch/" +SRC_URI="https://github.com/downloads/dcantrell/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/vpncwatch/vpncwatch-1.8.ebuild b/net-misc/vpncwatch/vpncwatch-1.8.ebuild index 47b432c72c29..a869be915bcf 100644 --- a/net-misc/vpncwatch/vpncwatch-1.8.ebuild +++ b/net-misc/vpncwatch/vpncwatch-1.8.ebuild @@ -7,8 +7,8 @@ EAPI=4 inherit eutils toolchain-funcs DESCRIPTION="A keepalive daemon for vpnc on Linux systems" -HOMEPAGE="http://github.com/dcantrell/vpncwatch/" -SRC_URI="http://github.com/downloads/dcantrell/${PN}/${P}.tar.gz" +HOMEPAGE="https://github.com/dcantrell/vpncwatch/" +SRC_URI="https://github.com/downloads/dcantrell/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |