summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2020-01-16 18:09:00 -0500
committerEllen Marie Dash <me@duckie.co>2020-01-16 18:09:00 -0500
commit783e7a172c6d3b5b15d76a85f63cd410c9f91523 (patch)
tree1c1976520211694086463f2042799c402e7efbad
parent4a123dd0cdea3dee5eb2d038fb8f9fc0cfa017c4 (diff)
downloadbundler-783e7a172c6d3b5b15d76a85f63cd410c9f91523.tar.gz
[repo move] Update GitHub URL in bundler.gemspec.
-rw-r--r--bundler.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index c7009b7265..27a7f1ea2e 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -24,10 +24,10 @@ Gem::Specification.new do |s|
if s.respond_to?(:metadata=)
s.metadata = {
- "bug_tracker_uri" => "https://github.com/bundler/bundler/issues",
- "changelog_uri" => "https://github.com/bundler/bundler/blob/master/CHANGELOG.md",
+ "bug_tracker_uri" => "https://github.com/rubygems/bundler/issues",
+ "changelog_uri" => "https://github.com/rubygems/bundler/blob/master/CHANGELOG.md",
"homepage_uri" => "https://bundler.io/",
- "source_code_uri" => "https://github.com/bundler/bundler/",
+ "source_code_uri" => "https://github.com/rubygems/bundler/",
}
end