diff options
| author | mo khan <mo@mokhan.ca> | 2022-05-23 13:52:21 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2022-05-23 13:52:21 -0600 |
| commit | 2984c331e3326db5d7f66242812282dadad85c30 (patch) | |
| tree | f713713436f548dccc9766422057fc993210fcc3 | |
| parent | 8fda03a3755ca3afd4fa5f73e13596de294486db (diff) | |
fix: homepage in gemspec
| -rw-r--r-- | xml-kit.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xml-kit.gemspec b/xml-kit.gemspec index c1869b3..0c8a6bf 100644 --- a/xml-kit.gemspec +++ b/xml-kit.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.summary = 'A simple toolkit for working with XML.' spec.description = 'A simple toolkit for working with XML.' - spec.homepage = 'https://github.com/saml-kit/xml-kit' + spec.homepage = 'https://github.com/xlgmokha/xml-kit' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.5.0') |
