Commit 2984c33

mo khan <mo@mokhan.ca>
2022-05-23 19:52:21
fix: homepage in gemspec
1 parent 8fda03a
Changed files (1)
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')