From aeadd7c11f57c1aa6b5bcfe769ba97f788775e14 Mon Sep 17 00:00:00 2001 From: Matt Almeida Date: Wed, 23 Aug 2023 15:15:51 +0200 Subject: [PATCH] Fix site URL in gemspec --- kamal.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kamal.gemspec b/kamal.gemspec index 9c357e9c..8dcaa6ea 100644 --- a/kamal.gemspec +++ b/kamal.gemspec @@ -5,10 +5,9 @@ Gem::Specification.new do |spec| spec.version = Kamal::VERSION spec.authors = [ "David Heinemeier Hansson" ] spec.email = "dhh@hey.com" - spec.homepage = "https://github.com/rails/kamal" + spec.homepage = "https://github.com/basecamp/kamal" spec.summary = "Deploy web apps in containers to servers running Docker with zero downtime." spec.license = "MIT" - spec.files = Dir["lib/**/*", "MIT-LICENSE", "README.md"] spec.executables = %w[ kamal ]