diff --git a/katello.gemspec b/katello.gemspec index ba4bced1867..aaa4dfcf296 100644 --- a/katello.gemspec +++ b/katello.gemspec @@ -7,11 +7,12 @@ require "katello/version" Gem::Specification.new do |gem| gem.name = "katello" gem.version = Katello::VERSION + gem.license = 'GPL-2.0' gem.authors = ["N/A"] gem.email = ["katello-devel@redhat.com"] gem.homepage = "http://www.katello.org" - gem.summary = "" - gem.description = "Content and Subscription Management plugin for Foreman" + gem.summary = "Content and Subscription Management plugin for Foreman" + gem.description = "Katello adds Content and Subscription Management to Foreman. For this it relies on Candlepin and Pulp." gem.files = Dir["{app,webpack,vendor,lib,db,ca,config,locale}/**/*"] + ['LICENSE.txt', 'README.md', 'package.json'] diff --git a/package.json b/package.json index 2d7908b84f3..a665b000866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "katello", "version": "1.0.0", + "license": "GPL-2.0", "scripts": { "storybook": "start-storybook -p 6007", "storybook:deploy": "storybook-to-ghpages", @@ -19,7 +20,7 @@ "url": "git+https://github.com/katello/katello.git" }, "bugs": { - "url": "http://projects.theforeman.org/projects/katello/issues" + "url": "https://projects.theforeman.org/projects/katello/issues" }, "devDependencies": { "@storybook/react": "^3.2.17",