Skip to content

Commit

Permalink
Replace deprecated GPL-3.0 license tag with GPL-3.0-only
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 29, 2024
1 parent 8be309a commit 215cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_proxy_salt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.files = Dir['{bin,etc,lib/smart_proxy_salt,salt,sbin,settings.d,bundler.d}/**/*'] + ['lib/smart_proxy_salt.rb'] + s.extra_rdoc_files
s.executables = s.files.grep(%r{^bin/}) { |file| File.basename(file) }
s.homepage = 'https://github.com/theforeman/smart_proxy_salt'
s.license = 'GPL-3.0'
s.license = 'GPL-3.0-only'
s.required_ruby_version = '>= 2.7', '< 4'
s.add_runtime_dependency('smart_proxy_dynflow', '~> 0.5', '>= 0.5.0')
end

0 comments on commit 215cb42

Please sign in to comment.