diff options
author | 2015-08-24 12:36:23 +0200 | |
---|---|---|
committer | 2015-08-24 12:36:23 +0200 | |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-ruby/awesome_print | |
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 'dev-ruby/awesome_print')
-rw-r--r-- | dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild b/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild index e7e767de9023..13e7ce777e8b 100644 --- a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild +++ b/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" inherit ruby-fakegem DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with proper indentation" -HOMEPAGE="http://github.com/michaeldv/awesome_print" +HOMEPAGE="https://github.com/michaeldv/awesome_print" LICENSE="MIT" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" |