From 22bc0853e6650c0934769acdc2365609b8cfc9fb Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 27 Jun 2024 02:11:57 -0300 Subject: [PATCH] gemspec: add MIT --- bsdcapsicum.rb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]