Skip to content

Commit 96075f7

Browse files
authored
gemspec: Link to https in homepage [ci skip]
1 parent d697d0f commit 96075f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

racc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Racc is a LALR(1) parser generator.
2020
DESC
2121
s.authors = ["Minero Aoki", "Aaron Patterson"]
2222
s.email = [nil, "aaron@tenderlovemaking.com"]
23-
s.homepage = "http://i.loveruby.net/en/projects/racc/"
23+
s.homepage = "https://i.loveruby.net/en/projects/racc/"
2424
s.licenses = ["Ruby", "BSD-2-Clause"]
2525
s.executables = ["racc"]
2626
s.files = [

0 commit comments

Comments
 (0)