diff options
-rw-r--r-- | dbshell-rails.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbshell-rails.gemspec b/dbshell-rails.gemspec index 15872ec..2d3a7cb 100644 --- a/dbshell-rails.gemspec +++ b/dbshell-rails.gemspec @@ -13,7 +13,7 @@ Gem::Specification.new do |spec| command line client of the current Rails environment's database and automatically connects to the right database. EOF - spec.homepage = '' + spec.homepage = 'https://github.com/teddywing/dbshell-rails' spec.license = 'LGPL-3.0+' spec.files = `git ls-files -z`.split("\x0") |