mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/racc] gemspec: Link to https in homepage [ci skip]
https://github.com/ruby/racc/commit/96075f7720
This commit is contained in:
parent
645acf5771
commit
92ac1721c2
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue