Commit 3ad055b

mo khan <mo.khan@gmail.com>
2019-12-27 20:30:53
Update project path in gemspec
1 parent face035
Changed files (1)
spandx.gemspec
@@ -12,12 +12,12 @@ Gem::Specification.new do |spec|
 
   spec.summary       = 'A ruby interface to the SPDX catalogue.'
   spec.description   = 'A ruby interface to the SPDX catalogue.'
-  spec.homepage      = 'https://gitlab.com/xlgmokha/spandx'
+  spec.homepage      = 'https://github.com/mokhan/spandx'
   spec.license       = 'MIT'
 
   spec.metadata['homepage_uri'] = spec.homepage
-  spec.metadata['source_code_uri'] = 'https://gitlab.com/xlgmokha/spandx'
-  spec.metadata['changelog_uri'] = 'https://gitlab.com/xlgmokha/spandx/blob/master/CHANGELOG.md'
+  spec.metadata['source_code_uri'] = 'https://github.com/mokhan/spandx'
+  spec.metadata['changelog_uri'] = 'https://github.com/mokhan/spandx/blob/master/CHANGELOG.md'
 
   # Specify which files should be added to the gem when it is released.
   # The `git ls-files -z` loads the files in the RubyGem that have been added into git.