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-mail | |
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-mail')
-rw-r--r-- | net-mail/vchkuser/vchkuser-0.3.3.ebuild | 2 | ||||
-rw-r--r-- | net-mail/vchkuser/vchkuser-0.4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/vchkuser/vchkuser-0.3.3.ebuild b/net-mail/vchkuser/vchkuser-0.3.3.ebuild index 70469c0839a6..860330b2cfd7 100644 --- a/net-mail/vchkuser/vchkuser-0.3.3.ebuild +++ b/net-mail/vchkuser/vchkuser-0.3.3.ebuild @@ -7,7 +7,7 @@ EAPI="2" inherit autotools qmail DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail" -HOMEPAGE="http://github.com/hollow/vchkuser" +HOMEPAGE="https://github.com/hollow/vchkuser" SRC_URI="http://bb.xnull.de/projects/vchkuser/dist/${P}.tar.bz2" LICENSE="BSD" diff --git a/net-mail/vchkuser/vchkuser-0.4.ebuild b/net-mail/vchkuser/vchkuser-0.4.ebuild index 8e20c1809460..57deb6baf472 100644 --- a/net-mail/vchkuser/vchkuser-0.4.ebuild +++ b/net-mail/vchkuser/vchkuser-0.4.ebuild @@ -7,8 +7,8 @@ EAPI="3" inherit autotools qmail DESCRIPTION="qmail-spp plugin to check recipient existance with vpopmail" -HOMEPAGE="http://github.com/hollow/vchkuser" -SRC_URI="http://github.com/hollow/vchkuser/tarball/v${PV} -> ${P}.tar.gz" +HOMEPAGE="https://github.com/hollow/vchkuser" +SRC_URI="https://github.com/hollow/vchkuser/tarball/v${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" |