Skip to content

Commit 5bf6420

Browse files
authored
Merge pull request #385 from amatsuda/https
msgpack.org is served under https now
2 parents abf5c2b + c8193ec commit 5bf6420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.authors = ["Sadayuki Furuhashi", "Theo Hultberg", "Satoshi Tagomori"]
1010
1111
s.license = "Apache-2.0"
12-
s.homepage = "http://msgpack.org/"
12+
s.homepage = "https://msgpack.org/"
1313
s.require_paths = ["lib"]
1414
if /java/ =~ RUBY_PLATFORM
1515
s.files = Dir['lib/**/*.rb', 'lib/**/*.jar', 'LICENSE']

0 commit comments

Comments
 (0)