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/rr/rr-1.1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-ruby/rr/rr-1.1.2-r1.ebuild') diff --git a/dev-ruby/rr/rr-1.1.2-r1.ebuild b/dev-ruby/rr/rr-1.1.2-r1.ebuild index 0f61611b0677..d54123e756b8 100644 --- a/dev-ruby/rr/rr-1.1.2-r1.ebuild +++ b/dev-ruby/rr/rr-1.1.2-r1.ebuild @@ -15,7 +15,7 @@ inherit ruby-fakegem DESCRIPTION="A double framework that features a rich selection of double techniques and a terse syntax" HOMEPAGE="http://pivotallabs.com/" -SRC_URI="http://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/rr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -- cgit v1.2.3-65-gdbad