Skip to content

Commit

Permalink
Merge pull request #426 from northeastprince/fix-site-in-gemspec
Browse files Browse the repository at this point in the history
Fix site URL in gemspec
  • Loading branch information
dhh authored Aug 23, 2023
2 parents d0fbf53 + aeadd7c commit 560d069
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kamal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ Gem::Specification.new do |spec|
spec.version = Kamal::VERSION
spec.authors = [ "David Heinemeier Hansson" ]
spec.email = "[email protected]"
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 ]

Expand Down

0 comments on commit 560d069

Please sign in to comment.