From 35002eb94ca399a4ea836e1238a11594f5032ddb Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 17 Jul 2024 13:05:38 +1200 Subject: [PATCH] Update links. --- readme.md | 2 +- sus-fixtures-async-http.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a11b1d0..b510c9f 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Provides a convenient fixture for running a web server. -[![Development Status](https://github.com/socketry/sus-fixtures-async-http/workflows/Test/badge.svg)](https://github.com/socketry/sus-fixtures-async-http/actions?workflow=Test) +[![Development Status](https://github.com/sus-rb/sus-fixtures-async-http/workflows/Test/badge.svg)](https://github.com/sus-rb/sus-fixtures-async-http/actions?workflow=Test) ## Installation diff --git a/sus-fixtures-async-http.gemspec b/sus-fixtures-async-http.gemspec index 38f8087..5609c11 100644 --- a/sus-fixtures-async-http.gemspec +++ b/sus-fixtures-async-http.gemspec @@ -13,7 +13,7 @@ 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/sus-fixtures-async-http" + spec.homepage = "https://github.com/sus-rb/sus-fixtures-async-http" spec.metadata = { "funding_uri" => "https://github.com/sponsors/ioquatix/",