From 02375722ca1a4e9813842ff47dd8ac9238a1ce9e Mon Sep 17 00:00:00 2001 From: sanfrancrisko Date: Wed, 17 Nov 2021 13:51:53 +0000 Subject: [PATCH] (MAINT) Update gemspec license param to 'Apache-2.0' --- dropsonde.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropsonde.gemspec b/dropsonde.gemspec index 00c4ebe..37d3abb 100644 --- a/dropsonde.gemspec +++ b/dropsonde.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.date = Date.today.to_s s.summary = "A simple telemetry probe for gathering usage information about Puppet infrastructures." s.homepage = "https://github.com/puppetlabs/dropsonde" - s.license = 'Apache 2' + s.license = 'Apache-2.0' s.email = "ben.ford@puppet.com" s.authors = ["Ben Ford"] s.require_path = "lib"