summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-03 16:31:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-24 18:02:44 +0900
commitb126a27d8c946f1f121dc40c40e97c7fbf94aae7 (patch)
tree5157ccfb6541f28c6e396c8c03f53b30677e2597
parent2eed62fb65a93721bad32ecf79413b67320b61de (diff)
[ruby/un] LICENSE
https://github.com/ruby/un/commit/762c38c176
-rw-r--r--lib/un.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/un.gemspec b/lib/un.gemspec
index 1b89ffa2fb..a899be91b4 100644
--- a/lib/un.gemspec
+++ b/lib/un.gemspec
@@ -10,6 +10,7 @@ Gem::Specification.new do |spec|
spec.description = spec.summary
spec.homepage = "https://github.com/ruby/un"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
+ spec.licenses = ["Ruby", "BSD-2-Clause"]
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage