summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-08-13 19:47:06 +0100
committerLee Jarvis <ljjarvis@gmail.com>2013-08-13 19:47:06 +0100
commit9e4dbd28675328bafca95ad247a9cc1285242b6c (patch)
tree2e1813894e2431d389f5ce88fd44017bd1d7b014 /slop.gemspec
parent0e129304f622612f8b7f5b41f25fd5d5696702cc (diff)
downloadslop-9e4dbd28675328bafca95ad247a9cc1285242b6c.tar.gz
Update homepage in gemspec
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index 9bb971e..8ef539d 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'
s.email = 'ljjarvis@gmail.com'
- s.homepage = 'http://github.com/injekt/slop'
+ s.homepage = 'http://github.com/leejarvis/slop'
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.license = 'MIT'