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/rake-compiler/rake-compiler-0.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild') diff --git a/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild index 5b57ad0b57a3..8baa0d7127e2 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.9.2.ebuild @@ -13,10 +13,10 @@ RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" inherit ruby-fakegem eutils DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions" -HOMEPAGE="http://github.com/luislavena/rake-compiler" +HOMEPAGE="https://github.com/luislavena/rake-compiler" LICENSE="MIT" -SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" RUBY_S="luislavena-${PN}-*" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -- cgit v1.2.3-65-gdbad