summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2021-09-15 09:27:36 +0200
committergit <svn-admin@ruby-lang.org>2021-09-15 16:55:12 +0900
commit92ac1721c23e3c865b929f201c04edca53ccb5b5 (patch)
tree16b1d03590c7ecf4f77e751f14e8a19b793729c0
parent645acf5771dccdae7791c8e1e24a43ad350a3594 (diff)
[ruby/racc] gemspec: Link to https in homepage [ci skip]
https://github.com/ruby/racc/commit/96075f7720
-rw-r--r--lib/racc/racc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec
index 20f38925a5..7ee706f63d 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -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 = [