diff --git a/Rakefile b/Rakefile index e5ddc32..9c96604 100644 --- a/Rakefile +++ b/Rakefile @@ -8,7 +8,7 @@ begin gem.summary = %Q{Ruby Berkeley DB} gem.description = %Q{Advanced Ruby Berkeley DB library.} gem.email = %w[code@justinbalthrop.com Denis.Knauf@gmail.com ash.moran@patchspace.co.uk] - gem.homepage = "http://github.com/ninjudd/bdb" + gem.homepage = "http://github.com/ruby-bdb/bdb" gem.authors = ["Justin Balthrop", "Denis Knauf", "Ash Moran"] gem.files = %w[AUTHORS README.md VERSION ext/*.c ext/*.h lib/**/*.rb test/*.rb] gem.extensions = %w[ext/extconf.rb]