diff --git a/nostr.gemspec b/nostr.gemspec index 53c12e4..79d2258 100644 --- a/nostr.gemspec +++ b/nostr.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = 'Client and relay implementation of the Nostr protocol.' spec.description = 'Client and relay implementation of the Nostr protocol.' - spec.homepage = 'https://github.com/wilsonsilva/nostr' + spec.homepage = 'https://nostr-ruby.com/' spec.license = 'MIT' spec.required_ruby_version = '>= 3.2.0' spec.metadata['rubygems_mfa_required'] = 'true'