Skip to content

Commit

Permalink
Update organisation name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 22, 2024
1 parent 9a6f560 commit fa216fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions sus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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__)
Expand Down

0 comments on commit fa216fe

Please sign in to comment.