[ruby/racc] Fixed the licenses field of gemspec

https://github.com/ruby/racc/commit/a1aeecff03
This commit is contained in:
Hiroshi SHIBATA 2020-08-19 19:22:12 +09:00
parent f81811fc2f
commit 5b04e2362c
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -15,7 +15,7 @@ DESC
s.authors = ["Minero Aoki", "Aaron Patterson"] s.authors = ["Minero Aoki", "Aaron Patterson"]
s.email = [nil, "aaron@tenderlovemaking.com"] s.email = [nil, "aaron@tenderlovemaking.com"]
s.homepage = "http://i.loveruby.net/en/projects/racc/" s.homepage = "http://i.loveruby.net/en/projects/racc/"
s.licenses = ["MIT"] s.licenses = ["Ruby", "BSD-2-Clause"]
s.executables = ["racc"] s.executables = ["racc"]
s.files = [ s.files = [
"COPYING", "ChangeLog", "COPYING", "ChangeLog",