diff --git a/readme.md b/readme.md index 7276298..f4ef5d8 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Non-features: - Flexibility at the expense of performance. - Backwards compatibility. -[![Development Status](https://github.com/sus-rb/sus/workflows/Test/badge.svg)](https://github.com/sus-rb/sus/actions?workflow=Test) +[![Development Status](https://github.com/suspecting/sus/workflows/Test/badge.svg)](https://github.com/suspecting/sus/actions?workflow=Test) ## Ideas diff --git a/sus.gemspec b/sus.gemspec index e22b226..c5d686e 100644 --- a/sus.gemspec +++ b/sus.gemspec @@ -13,12 +13,12 @@ Gem::Specification.new do |spec| spec.cert_chain = ['release.cert'] spec.signing_key = File.expand_path('~/.gem/release.pem') - spec.homepage = "https://github.com/sus-rb/sus" + spec.homepage = "https://github.com/suspecting/sus" spec.metadata = { - "documentation_uri" => "https://sus-rb.github.io/sus/", + "documentation_uri" => "https://suspecting.github.io/sus/", "funding_uri" => "https://github.com/sponsors/ioquatix/", - "source_code_uri" => "https://github.com/sus-rb/sus.git", + "source_code_uri" => "https://github.com/suspecting/sus.git", } spec.files = Dir.glob(['{bin,lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)