Skip to content

Commit 17da9ad

Browse files
authored
Change the Github homepage URL to https
1 parent d3c208e commit 17da9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ruby-jwt.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.email = '[email protected]'
1212
spec.summary = 'JSON Web Token implementation in Ruby'
1313
spec.description = 'A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.'
14-
spec.homepage = 'http://github.com/jwt/ruby-jwt'
14+
spec.homepage = 'https://github.com/jwt/ruby-jwt'
1515
spec.license = 'MIT'
1616
spec.required_ruby_version = '>= 2.1'
1717

0 commit comments

Comments
 (0)