From 1fb7e454ae3d1b14014e0b84d92cb982051a565b Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Mon, 13 Nov 2023 17:55:36 +0700 Subject: [PATCH] Update the gem's homepage --- nostr.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'