Skip to content

Commit a1aeecf

Browse files
committed
Fixed the licenses field of gemspec
1 parent 5c49077 commit a1aeecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

racc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DESC
1515
s.authors = ["Minero Aoki", "Aaron Patterson"]
1616
s.email = [nil, "aaron@tenderlovemaking.com"]
1717
s.homepage = "http://i.loveruby.net/en/projects/racc/"
18-
s.licenses = ["MIT"]
18+
s.licenses = ["Ruby", "BSD-2-Clause"]
1919
s.executables = ["racc"]
2020
s.files = [
2121
"COPYING", "ChangeLog",

0 commit comments

Comments
 (0)