From 8c644b7af2bb1cc7f1761e5bd3c087a483d857af Mon Sep 17 00:00:00 2001 From: Rob Kaufman Date: Tue, 2 Sep 2025 14:54:38 -0700 Subject: [PATCH] fix readme link --- stack_car.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_car.gemspec b/stack_car.gemspec index 3aa8a8d..1acae7d 100644 --- a/stack_car.gemspec +++ b/stack_car.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["rob@notch8.com"] spec.summary = %q{A tool to make rails + docker easy} - spec.homepage = "https://gitlab.com/notch8/stack_car" + spec.homepage = "https://github.com/notch8/stack_car" spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})