Skip to content

Commit

Permalink
Merge pull request #171 from ruby/gemspec-homepage-url
Browse files Browse the repository at this point in the history
gemspec: Link to https in homepage [ci skip]
  • Loading branch information
hsbt committed Sep 15, 2021
2 parents d697d0f + 96075f7 commit e777201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion racc.gemspec
Expand Up @@ -20,7 +20,7 @@ Racc is a LALR(1) parser generator.
DESC
s.authors = ["Minero Aoki", "Aaron Patterson"]
s.email = [nil, "aaron@tenderlovemaking.com"]
s.homepage = "http://i.loveruby.net/en/projects/racc/"
s.homepage = "https://i.loveruby.net/en/projects/racc/"
s.licenses = ["Ruby", "BSD-2-Clause"]
s.executables = ["racc"]
s.files = [
Expand Down

0 comments on commit e777201

Please sign in to comment.