From 66b52b03281e4dcd22a9102d5657fdd4186e8588 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sun, 18 Aug 2024 16:10:17 +1200 Subject: [PATCH] Fix links. --- async-http-faraday.gemspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/async-http-faraday.gemspec b/async-http-faraday.gemspec index 578b876..3736de0 100644 --- a/async-http-faraday.gemspec +++ b/async-http-faraday.gemspec @@ -13,10 +13,11 @@ Gem::Specification.new do |spec| spec.cert_chain = ['release.cert'] spec.signing_key = File.expand_path('~/.gem/release.pem') - spec.homepage = "https://github.com/socketry/async-http" + spec.homepage = "https://github.com/socketry/async-http-faraday" spec.metadata = { - "documentation_uri" => "https://socketry.github.io/async-http/", + "documentation_uri" => "https://socketry.github.io/async-http-faraday/", + "funding_uri" => "https://github.com/sponsors/ioquatix", "source_code_uri" => "https://github.com/socketry/async-http.git", }