From 607203f9766fe5a0b7cabebcd8d1ff7092fdbcd6 Mon Sep 17 00:00:00 2001 From: Oleh Fedorenko Date: Thu, 14 Nov 2024 14:13:09 +0000 Subject: [PATCH] Use non-deprecated GPL-3.0-only license tag --- hammer_cli.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hammer_cli.gemspec b/hammer_cli.gemspec index 1f028b56..a1854f2a 100644 --- a/hammer_cli.gemspec +++ b/hammer_cli.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.authors = ["Martin Bačovský", "Tomáš Strachota"] s.email = "mbacovsk@redhat.com" s.homepage = "https://github.com/theforeman/hammer-cli" - s.license = "GPL-3.0" + s.license = "GPL-3.0-only" s.summary = %q{Universal command-line interface} s.description = <