Skip to content

Commit

Permalink
Use Ruby license in curb.gemspec.erb (#446)
Browse files Browse the repository at this point in the history
The project is has Ruby license, however, the MIT keeps popping up due to this template. So fix the license in template to fix it once and for all
  • Loading branch information
voxik authored Sep 10, 2024
1 parent 19443c3 commit 8b01e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/curb.gemspec.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |s|
<% else %>
s.platform = Gem::Platform::RUBY
<% end %>
s.licenses = ['MIT']
s.licenses = ['Ruby']
end

0 comments on commit 8b01e0f

Please sign in to comment.