diff --git a/super_diff.gemspec b/super_diff.gemspec
index 7c80d48a..ef91f11e 100644
--- a/super_diff.gemspec
+++ b/super_diff.gemspec
@@ -13,6 +13,12 @@ Gem::Specification.new do |s|
     SuperDiff is a gem that hooks into RSpec to intelligently display the
     differences between two data structures of any type.
   DESC
+  s.metadata = {
+    "bug_tracker_uri" => "https://github.com/mcmire/super_diff/issues",
+    "changelog_uri" =>
+      "https://github.com/mcmire/super_diff/blob/main/CHANGELOG.md",
+    "source_code_uri" => "https://github.com/mcmire/super_diff"
+  }
   s.required_ruby_version = ">= 3"
 
   s.files = %w[README.md super_diff.gemspec] + Dir["lib/**/*"]