summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-19 19:22:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-19 19:35:04 +0900
commit5b04e2362c03bb82c76c65353c1856d6b0c3d745 (patch)
tree924cccae0211cdca79363d35718892ad7bbb8fa5
parentf81811fc2f5cedfc8dae0a917e15442244c55322 (diff)
[ruby/racc] Fixed the licenses field of gemspec
https://github.com/ruby/racc/commit/a1aeecff03
-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 31d0e586af..af499cffe3 100644
--- a/lib/racc/racc.gemspec
+++ b/lib/racc/racc.gemspec
@@ -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",