From 05dcb1e27b263ac8655a2c35eb4ad134c9d3a69d Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 14 Mar 2024 15:05:23 +0100 Subject: [PATCH] Clarifiy license: GPL-3.0->GPL-3.0-only Ruby 3.3 introduces a stricter license string validation and GPL-3.0 is deprecated. --- foreman_hdm.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreman_hdm.gemspec b/foreman_hdm.gemspec index d3e3efe..5f3cb53 100644 --- a/foreman_hdm.gemspec +++ b/foreman_hdm.gemspec @@ -4,7 +4,7 @@ Gem::Specification.new do |s| s.name = 'foreman_hdm' s.version = ForemanHdm::VERSION s.metadata = { 'is_foreman_plugin' => 'true' } - s.license = 'GPL-3.0' + s.license = 'GPL-3.0-only' s.authors = ['betadots GmbH'] s.email = ['info@betadots.de'] s.homepage = 'https://github.com/betadots/foreman_hdm'