Skip to content

Commit

Permalink
gemspec: Link to https in homepage [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Sep 15, 2021
1 parent d697d0f commit 96075f7
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 96075f7

Please sign in to comment.