summaryrefslogtreecommitdiff
path: root/ext/dbm/dbm.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbm/dbm.gemspec')
-rw-r--r--ext/dbm/dbm.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec
index 02d4990ecb..0ff036f712 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.authors = ["Yukihiro Matsumoto"]
s.email = ["matz@ruby-lang.org"]
s.homepage = "https://github.com/ruby/dbm"
- s.license = "BSD-2-Clause"
+ s.licenses = ["Ruby", "BSD-2-Clause"]
s.add_development_dependency "rake-compiler"
s.add_development_dependency "test-unit"