Skip to content

Commit

Permalink
Merge pull request #21 from y-yagi/fix-homepage
Browse files Browse the repository at this point in the history
Fix the homepage in `gemspec`
  • Loading branch information
peterzhu2118 authored Jul 3, 2023
2 parents e5f7911 + 1ee2b46 commit fc1b0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_memcheck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]"]

spec.summary = "Use Valgrind memcheck without going crazy"
spec.homepage = "https://github.com/peterzhu2118/ruby_memcheck"
spec.homepage = "https://github.com/Shopify/ruby_memcheck"
spec.license = "MIT"
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

Expand Down

0 comments on commit fc1b0c7

Please sign in to comment.