mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/racc] Fixed the licenses field of gemspec
https://github.com/ruby/racc/commit/a1aeecff03
This commit is contained in:
parent
f81811fc2f
commit
5b04e2362c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ DESC
|
|||
s.authors = ["Minero Aoki", "Aaron Patterson"]
|
||||
s.email = [nil, "aaron@tenderlovemaking.com"]
|
||||
s.homepage = "http://i.loveruby.net/en/projects/racc/"
|
||||
s.licenses = ["MIT"]
|
||||
s.licenses = ["Ruby", "BSD-2-Clause"]
|
||||
s.executables = ["racc"]
|
||||
s.files = [
|
||||
"COPYING", "ChangeLog",
|
||||
|
|
Loading…
Add table
Reference in a new issue