From 00846f5f7be003565185b4945997bd9c766ecd96 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 13:26:27 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- dev-ruby/permutation/permutation-0.1.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-ruby/permutation') diff --git a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild b/dev-ruby/permutation/permutation-0.1.8-r1.ebuild index b8b06f152e9b..bc7b58e0f286 100644 --- a/dev-ruby/permutation/permutation-0.1.8-r1.ebuild +++ b/dev-ruby/permutation/permutation-0.1.8-r1.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README" inherit multilib ruby-fakegem DESCRIPTION="Library to perform different operations with permutations of sequences (strings, arrays, etc.)" -HOMEPAGE="http://flori.github.com/permutation" +HOMEPAGE="https://flori.github.com/permutation" LICENSE="|| ( Ruby-BSD BSD-2 )" SLOT="0" -- cgit v1.2.3-65-gdbad