From 6213f2986449338942d47de089b2d701d9254191 Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Fri, 25 Sep 2020 17:33:34 +0900 Subject: [PATCH] GitHub is HTTPS by default --- bindata.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindata.gemspec b/bindata.gemspec index 4863f22..54efd77 100644 --- a/bindata.gemspec +++ b/bindata.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.summary = 'A declarative way to read and write binary file formats' s.author = 'Dion Mendel' s.email = 'bindata@dm9.info' - s.homepage = 'http://github.com/dmendel/bindata' + s.homepage = 'https://github.com/dmendel/bindata' s.require_path = 'lib' s.extra_rdoc_files = ['NEWS.rdoc'] s.rdoc_options << '--main' << 'NEWS.rdoc'