Commit 03ec429

mo khan <mo@mokhan.ca>
2021-02-05 03:21:07
docs: update url in gemspec
1 parent 56795d5
Changed files (1)
spank.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
   spec.email         = ["mo@mokhan.ca"]
   spec.description   = %q{A lightweight ruby inversion of control (IOC) container}
   spec.summary       = %q{spank!}
-  spec.homepage      = "https://github.com/mokhan/spank"
+  spec.homepage      = "https://github.com/xlgmokha/spank"
   spec.license       = "MIT"
 
   spec.files         = `git ls-files`.split($/)