diff --git a/bsdcapsicum.rb.gemspec b/bsdcapsicum.rb.gemspec index 0a3aa25..9f638d7 100644 --- a/bsdcapsicum.rb.gemspec +++ b/bsdcapsicum.rb.gemspec @@ -11,7 +11,7 @@ Gem::Specification.new do |spec| spec.summary = "Ruby bindings for FreeBSD's capsicum(4)" spec.homepage = "https://github.com/0x1eef/bsdcapsicum.rb" - spec.license = "0BSD" + spec.licenses = ["0BSD", "MIT"] spec.files = Dir["lib/*.rb", "lib/**/*.rb", "README.md", "LICENSE", "LICENSE.ruby-capsicum", "*.gemspec"] spec.require_paths = ["lib"]