Skip to content

Commit 9a203df

Browse files
author
Dion Mendel
authored
Merge pull request #131 from amatsuda/https
GitHub is HTTPS by default
2 parents 2ef7a77 + 6213f29 commit 9a203df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindata.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.summary = 'A declarative way to read and write binary file formats'
99
s.author = 'Dion Mendel'
1010
s.email = '[email protected]'
11-
s.homepage = 'http://github.com/dmendel/bindata'
11+
s.homepage = 'https://github.com/dmendel/bindata'
1212
s.require_path = 'lib'
1313
s.extra_rdoc_files = ['NEWS.rdoc']
1414
s.rdoc_options << '--main' << 'NEWS.rdoc'

0 commit comments

Comments
 (0)