Skip to content

Commit

Permalink
add missing homepage link (gemspec)
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Dec 13, 2014
1 parent e820a10 commit 124a6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nenv.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.email = ['[email protected]']
spec.summary = "Convenience wrapper for Ruby's ENV"
spec.description = 'Using ENV is like using raw SQL statements in your code. Well all know how that ends...'
spec.homepage = ''
spec.homepage = 'https://github.com/e2/nenv'
spec.license = 'MIT'

spec.files = `git ls-files -z`.split("\x0")
Expand Down

0 comments on commit 124a6d5

Please sign in to comment.