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 /app-shells/autojump | |
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 'app-shells/autojump')
-rw-r--r-- | app-shells/autojump/autojump-21.3.0-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/autojump/autojump-21.5.8-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/autojump/autojump-21.6.9.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/autojump/autojump-21.3.0-r1.ebuild b/app-shells/autojump/autojump-21.3.0-r1.ebuild index d7f8d981dd10..b0076da1b87c 100644 --- a/app-shells/autojump/autojump-21.3.0-r1.ebuild +++ b/app-shells/autojump/autojump-21.3.0-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3} ) inherit eutils python-r1 python-utils-r1 vcs-snapshot DESCRIPTION="change directory command that learns" -HOMEPAGE="http://github.com/joelthelion/autojump" +HOMEPAGE="https://github.com/joelthelion/autojump" SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-shells/autojump/autojump-21.5.8-r1.ebuild b/app-shells/autojump/autojump-21.5.8-r1.ebuild index d6a53538ac55..3e6ee29301dd 100644 --- a/app-shells/autojump/autojump-21.5.8-r1.ebuild +++ b/app-shells/autojump/autojump-21.5.8-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3} ) inherit python-r1 python-utils-r1 vcs-snapshot DESCRIPTION="change directory command that learns" -HOMEPAGE="http://github.com/joelthelion/autojump" +HOMEPAGE="https://github.com/joelthelion/autojump" SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-shells/autojump/autojump-21.6.9.ebuild b/app-shells/autojump/autojump-21.6.9.ebuild index 18a6c71d0afa..23f4028d42d4 100644 --- a/app-shells/autojump/autojump-21.6.9.ebuild +++ b/app-shells/autojump/autojump-21.6.9.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit python-r1 python-utils-r1 vcs-snapshot DESCRIPTION="change directory command that learns" -HOMEPAGE="http://github.com/joelthelion/autojump" +HOMEPAGE="https://github.com/joelthelion/autojump" SRC_URI="https://github.com/joelthelion/${PN}/archive/release-v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" |