diff options
author | Hiroshi SHIBATA <[email protected]> | 2020-08-19 19:22:12 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-08-19 19:35:04 +0900 |
commit | 5b04e2362c03bb82c76c65353c1856d6b0c3d745 () | |
tree | 924cccae0211cdca79363d35718892ad7bbb8fa5 | |
parent | f81811fc2f5cedfc8dae0a917e15442244c55322 (diff) |
[ruby/racc] Fixed the licenses field of gemspec
https://.com/ruby/racc/commit/a1aeecff03
-rw-r--r-- | lib/racc/racc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ DESC s.authors = ["Minero Aoki", "Aaron Patterson"] s.email = [nil, "[email protected]"] s.homepage = "http://i.loveruby.net/en/projects/racc/" - s.licenses = ["MIT"] s.executables = ["racc"] s.files = [ "COPYING", "ChangeLog", |