diff options
author | Johnny Willemsen <[email protected]> | 2022-11-15 09:06:22 +0100 |
---|---|---|
committer | git <[email protected]> | 2022-11-15 08:15:19 +0000 |
commit | 2652bc3578b79dbe9b3b28d4ee67b3729789cc61 (patch) | |
tree | be0817fefcdcdf787a896e8b3af4ebe9a4fd4053 | |
parent | 69e47b7fa6611a852e86ea6efee4ba9cf49f893e (diff) |
[ruby/racc] Update racc.gemspec
Updated homepage to https://github.com/ruby/racc
-rw-r--r-- | lib/racc/racc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/racc/racc.gemspec b/lib/racc/racc.gemspec index 7ee706f63d..1095c8f47e 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, "[email protected]"] - s.homepage = "https://i.loveruby.net/en/projects/racc/" + s.homepage = "https://github.com/ruby/racc" s.licenses = ["Ruby", "BSD-2-Clause"] s.executables = ["racc"] s.files = [ |