Skip to content

Commit

Permalink
update homepage in gemspec to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored Feb 25, 2019
1 parent d3c208e commit 8198352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby-jwt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.email = '[email protected]'
spec.summary = 'JSON Web Token implementation in Ruby'
spec.description = 'A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.'
spec.homepage = 'http://github.com/jwt/ruby-jwt'
spec.homepage = 'https://github.com/jwt/ruby-jwt'
spec.license = 'MIT'
spec.required_ruby_version = '>= 2.1'

Expand Down

0 comments on commit 8198352

Please sign in to comment.