summaryrefslogtreecommitdiff
path: root/license-management.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'license-management.gemspec')
-rw-r--r--license-management.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/license-management.gemspec b/license-management.gemspec
index de62d28..3a92f12 100644
--- a/license-management.gemspec
+++ b/license-management.gemspec
@@ -12,13 +12,13 @@ Gem::Specification.new do |spec|
spec.summary = 'License Management job for GitLab CI.'
spec.description = 'License Management job for GitLab CI. https://docs.gitlab.com/ee/user/compliance/license_compliance/index.html'
- spec.homepage = 'https://gitlab.com/gitlab-org/security-products/license-management'
+ spec.homepage = 'https://gitlab.com/gitlab-org/security-products/analyzers/license-finder'
spec.license = 'Nonstandard'
spec.metadata['allowed_push_host'] = 'https://example.com'
spec.metadata['homepage_uri'] = spec.homepage
- spec.metadata['source_code_uri'] = 'https://gitlab.com/gitlab-org/security-products/license-management'
- spec.metadata['changelog_uri'] = 'https://gitlab.com/gitlab-org/security-products/license-management/blob/master/CHANGELOG.md'
+ spec.metadata['source_code_uri'] = 'https://gitlab.com/gitlab-org/security-products/analyzers/license-finder'
+ spec.metadata['changelog_uri'] = 'https://gitlab.com/gitlab-org/security-products/analyzers/license-finder/blob/master/CHANGELOG.md'
spec.files = Dir.chdir(File.expand_path(__dir__)) do
Dir.glob('exe/*') + Dir.glob('lib/**/**/*.{rb,yml}') + Dir.glob('*.{md,yml,json}')