From cca30acb2c84fff516d864c3e5ae0d2cafe8aac6 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Wed, 1 Aug 2018 16:51:01 +0900 Subject: [PATCH] GitHub is https by default [ci skip] --- fog.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fog.gemspec b/fog.gemspec index c0a9fd50f..9a8ce5e39 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -25,7 +25,7 @@ Gem::Specification.new do |s| ## a custom homepage, consider using your GitHub URL or the like. s.authors = ["geemus (Wesley Beary)"] s.email = "geemus@gmail.com" - s.homepage = "http://github.com/fog/fog" + s.homepage = "https://github.com/fog/fog" s.license = "MIT" ## This sections is only necessary if you have C extensions.