Skip to content

Commit 9e4dbd2

Browse files
committed
Update homepage in gemspec
1 parent 0e12930 commit 9e4dbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slop.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.description = 'A simple DSL for gathering options and parsing the command line'
66
s.author = 'Lee Jarvis'
77
s.email = '[email protected]'
8-
s.homepage = 'http://github.com/injekt/slop'
8+
s.homepage = 'http://github.com/leejarvis/slop'
99
s.files = `git ls-files`.split("\n")
1010
s.test_files = `git ls-files -- test/*`.split("\n")
1111
s.license = 'MIT'

0 commit comments

Comments
 (0)