diff --git a/README.md b/README.md index 11ff336d..ea871826 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -![Rubocop](https://github.com/ATIX-AG/foreman_scc_manager/actions/workflows/rubocop.yaml/badge.svg) -![Unit Tests](https://github.com/ATIX-AG/foreman_scc_manager/actions/workflows/unit_tests.yaml/badge.svg) +[![Ruby Tests](https://github.com/ATIX-AG/foreman_scc_manager/actions/workflows/ruby_tests.yml/badge.svg)](https://github.com/ATIX-AG/foreman_scc_manager/actions/workflows/ruby_tests.yml) [![Gem Version](https://badge.fury.io/rb/foreman_scc_manager.svg)](https://badge.fury.io/rb/foreman_scc_manager) # Foreman SCC Manager diff --git a/foreman_scc_manager.gemspec b/foreman_scc_manager.gemspec index f3b9dfe4..473dfb03 100644 --- a/foreman_scc_manager.gemspec +++ b/foreman_scc_manager.gemspec @@ -5,7 +5,7 @@ Gem::Specification.new do |s| s.name = 'foreman_scc_manager' s.version = ForemanSccManager::VERSION s.date = Date.today.to_s - s.license = 'GPL-3.0' + s.license = 'GPL-3.0-only' s.authors = ['ATIX AG'] s.email = ['info@atix.de'] s.homepage = 'https://www.orcharhino.com/'