Skip to content

Commit 66b52b0

Browse files
committed
Fix links.
1 parent 5940cca commit 66b52b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

async-http-faraday.gemspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Gem::Specification.new do |spec|
1313
spec.cert_chain = ['release.cert']
1414
spec.signing_key = File.expand_path('~/.gem/release.pem')
1515

16-
spec.homepage = "https://github.com/socketry/async-http"
16+
spec.homepage = "https://github.com/socketry/async-http-faraday"
1717

1818
spec.metadata = {
19-
"documentation_uri" => "https://socketry.github.io/async-http/",
19+
"documentation_uri" => "https://socketry.github.io/async-http-faraday/",
20+
"funding_uri" => "https://github.com/sponsors/ioquatix",
2021
"source_code_uri" => "https://github.com/socketry/async-http.git",
2122
}
2223

0 commit comments

Comments
 (0)