From 71dc24457e7c41a2f9ee8baee773124df6f86a00 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:36:23 +0200 Subject: Use https by default Signed-off-by: Justin Lecher --- dev-ruby/subexec/subexec-0.2.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ruby/subexec/subexec-0.2.3-r1.ebuild') diff --git a/dev-ruby/subexec/subexec-0.2.3-r1.ebuild b/dev-ruby/subexec/subexec-0.2.3-r1.ebuild index 4fe7aaac98f5..1a2695e85be5 100644 --- a/dev-ruby/subexec/subexec-0.2.3-r1.ebuild +++ b/dev-ruby/subexec/subexec-0.2.3-r1.ebuild @@ -16,8 +16,8 @@ inherit ruby-fakegem eutils GITHUB_USER="nulayer" DESCRIPTION="Subexec spawns an external command with a timeout" -HOMEPAGE="http://github.com/nulayer/subexec" -SRC_URI="http://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" +HOMEPAGE="https://github.com/nulayer/subexec" +SRC_URI="https://github.com/${GITHUB_USER}/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad