Skip to content

Commit

Permalink
Fix gemspec to say what the repo license is
Browse files Browse the repository at this point in the history
  • Loading branch information
aharpervc committed Apr 2, 2020
1 parent 9d460d1 commit a415c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-table.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'data-table/version'
Gem::Specification.new do |s|
s.name = 'data-table'
s.version = DataTable::VERSION
s.licenses = ['Nonstandard']
s.licenses = ['MIT']
s.authors = ['Steve Erickson', 'Jeff Fraser']
s.email = ['[email protected]']
s.homepage = 'https://github.com/veracross/data-table'
Expand Down

0 comments on commit a415c89

Please sign in to comment.