We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e12930 commit 9e4dbd2Copy full SHA for 9e4dbd2
slop.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
5
s.description = 'A simple DSL for gathering options and parsing the command line'
6
s.author = 'Lee Jarvis'
7
s.email = '[email protected]'
8
- s.homepage = 'http://github.com/injekt/slop'
+ s.homepage = 'http://github.com/leejarvis/slop'
9
s.files = `git ls-files`.split("\n")
10
s.test_files = `git ls-files -- test/*`.split("\n")
11
s.license = 'MIT'
0 commit comments