From 9278f485e1c3cb8ad6d07e37e59c99ad1d85ba8a Mon Sep 17 00:00:00 2001 From: Joshua Scharf Date: Wed, 24 Jan 2024 21:56:57 -0500 Subject: [PATCH] Update homepage value in gemspec file --- ruby-lsp-rubyfmt.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-lsp-rubyfmt.gemspec b/ruby-lsp-rubyfmt.gemspec index 7855cb6..414abd1 100644 --- a/ruby-lsp-rubyfmt.gemspec +++ b/ruby-lsp-rubyfmt.gemspec @@ -12,7 +12,7 @@ Gem::Specification.new do |spec| spec.summary = "Ruby LSP rubyfmt" spec.description = "An addon for the Ruby LSP that enables formatting with rubyfmt" - spec.homepage = "http://mygemserver.com" + spec.homepage = "https://github.com/jscharf/ruby-lsp-rubyfmt" spec.license = "MIT" # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'