From 6a11cf25c982fbd69eb392b3f893ed2a979402ef Mon Sep 17 00:00:00 2001 From: Guillermo Iguaran Date: Thu, 4 May 2023 03:47:53 -0700 Subject: [PATCH] Update homepage for the gem --- fakeredis.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fakeredis.gemspec b/fakeredis.gemspec index f6439a2..3d88b2d 100644 --- a/fakeredis.gemspec +++ b/fakeredis.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.authors = ["Guillermo Iguaran"] s.email = ["guilleiguaran@gmail.com"] - s.homepage = "https://guilleiguaran.github.com/fakeredis" + s.homepage = "https://github.com/guilleiguaran/fakeredis" s.license = "MIT" s.summary = %q{Fake (In-memory) driver for redis-rb.} s.description = %q{Fake (In-memory) driver for redis-rb. Useful for testing environment and machines without Redis.}