diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-07 11:31:25 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-07 11:31:25 -0600 |
| commit | 9b5543aae33d23f2b971c3d489fe65c1033ed376 (patch) | |
| tree | 3964bd19050239696e1263ffa0276b5ead6a62ca /spandx.gemspec | |
| parent | 503fd0f6fdea9effed2086e2950e858450d35a88 (diff) | |
Update links from mokhan -> spandx
Diffstat (limited to 'spandx.gemspec')
| -rw-r--r-- | spandx.gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spandx.gemspec b/spandx.gemspec index 427eb9a..1231cae 100644 --- a/spandx.gemspec +++ b/spandx.gemspec @@ -12,13 +12,13 @@ Gem::Specification.new do |spec| spec.summary = 'A ruby interface to the SPDX catalogue.' spec.description = 'A ruby interface to the SPDX catalogue. With a CLI that can scan project lockfiles to list out software licenses for each dependency' - spec.homepage = 'https://github.com/mokhan/spandx' + spec.homepage = 'https://github.com/spandx/spandx' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0') spec.metadata['homepage_uri'] = spec.homepage - spec.metadata['source_code_uri'] = 'https://github.com/mokhan/spandx' - spec.metadata['changelog_uri'] = 'https://github.com/mokhan/spandx/blob/master/CHANGELOG.md' + spec.metadata['source_code_uri'] = 'https://github.com/spandx/spandx' + spec.metadata['changelog_uri'] = 'https://github.com/spandx/spandx/blob/master/CHANGELOG.md' spec.files = Dir.chdir(File.expand_path(__dir__)) do Dir.glob('exe/*') + |
