Update the gem's homepage

This commit is contained in:
Wilson Silva
2023-11-13 17:55:36 +07:00
parent 82aacb70e7
commit 1fb7e454ae

View File

@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.summary = 'Client and relay implementation of the Nostr protocol.' spec.summary = 'Client and relay implementation of the Nostr protocol.'
spec.description = '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.license = 'MIT'
spec.required_ruby_version = '>= 3.2.0' spec.required_ruby_version = '>= 3.2.0'
spec.metadata['rubygems_mfa_required'] = 'true' spec.metadata['rubygems_mfa_required'] = 'true'