summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/maintainers.rdoc2
-rw-r--r--tool/sync_default_gems.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 98de9f2549..81e42fe632 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -148,7 +148,7 @@ Zachary Scott (zzak)
https://rubygems.org/gems/benchmark
[lib/bundler.rb, lib/bundler/*]
Hiroshi SHIBATA (hsbt)
- https://github.com/bundler/bundler
+ https://github.com/rubygems/bundler
https://rubygems.org/gems/bundler
[lib/cgi.rb, lib/cgi/*]
Takeyuki Fujioka (xibbar)
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index c9ca81f786..c206017ae2 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -1,7 +1,7 @@
# sync following repositories to ruby repository
#
# * https://github.com/rubygems/rubygems
-# * https://github.com/bundler/bundler
+# * https://github.com/rubygems/bundler
# * https://github.com/ruby/rdoc
# * https://github.com/ruby/reline
# * https://github.com/flori/json
@@ -56,7 +56,7 @@ include FileUtils
$repositories = {
rubygems: 'rubygems/rubygems',
- bundler: 'bundler/bundler',
+ bundler: 'rubygems/bundler',
rdoc: 'ruby/rdoc',
reline: 'ruby/reline',
json: 'flori/json',