From a5d817d885b2ac8d56f57a32d520d4eb138686a6 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 12 Nov 2024 14:54:15 +0100 Subject: [PATCH] Use non-deprecated GPL-3.0-only license tag --- hammer_cli_foreman_admin.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammer_cli_foreman_admin.gemspec b/hammer_cli_foreman_admin.gemspec index dc044e2..50f0081 100644 --- a/hammer_cli_foreman_admin.gemspec +++ b/hammer_cli_foreman_admin.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |s| s.name = "hammer_cli_foreman_admin" s.authors = ["Lukas Zapletal"] s.email = "lzap+git@redhat.com" - s.licenses = ["GPL-3.0"] + s.licenses = ["GPL-3.0-only"] s.homepage = "https://github.com/theforeman/hammer-cli-foreman-admin" s.version = HammerCLIForemanAdmin.version.dup s.platform = Gem::Platform::RUBY