Skip to content

Commit 238d2ed

Browse files
authored
fix: Change the urls for the repo (#22)
Change repo url
1 parent a3ead3e commit 238d2ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# jwt-eddsa
22

33
[![Gem Version](https://badge.fury.io/rb/jwt-eddsa.svg)](https://badge.fury.io/rb/jwt-eddsa)
4-
[![Build status](https://github.com/anakinj/jwt-eddsa/actions/workflows/test.yml/badge.svg)](https://github.com/anakinj/jwt-eddsa/actions/workflows/test.yml)
4+
[![Build status](https://github.com/jwt/ruby-jwt-eddsa/actions/workflows/test.yml/badge.svg)](https://github.com/jwt/ruby-jwt-eddsa/actions/workflows/test.yml)
55

66
A library extending the ruby-jwt gem with EdDSA algorithms. Based on [RFC 8037](https://datatracker.ietf.org/doc/html/rfc8037).
77

@@ -36,7 +36,7 @@ bundle exec rake
3636

3737
## Contributing
3838

39-
Bug reports and pull requests are welcome on GitHub at https://github.com/anakinj/jwt-eddsa. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/anakinj/jwt-eddsa/blob/main/CODE_OF_CONDUCT.md).
39+
Bug reports and pull requests are welcome on GitHub at https://github.com/jwt/ruby-jwt-eddsa. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/jwt/ruby-jwt-eddsa/blob/main/CODE_OF_CONDUCT.md).
4040

4141
In this repository, pull request titles must follow the [Conventional Commit](https://www.conventionalcommits.org/) specification to ensure clear and consistent communication of changes.
4242

@@ -46,4 +46,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
4646

4747
## Code of Conduct
4848

49-
Everyone interacting in the jwt-eddsa project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/anakinj/jwt-eddsa/blob/main/CODE_OF_CONDUCT.md).
49+
Everyone interacting in the jwt-eddsa project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jwt/ruby-jwt-eddsa/blob/main/CODE_OF_CONDUCT.md).

jwt-eddsa.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Gem::Specification.new do |spec|
1111
spec.summary = "EdDSA algorithm extension for ruby-jwt"
1212
spec.description = "Extends the ruby-jwt gem with EdDSA signing, verification and JWK importing/exporting"
1313

14-
spec.homepage = "https://github.com/anakinj/jwt-eddsa"
14+
spec.homepage = "https://github.com/jwt/ruby-jwt-eddsa"
1515
spec.license = "MIT"
1616
spec.required_ruby_version = ">= 2.5"
1717

1818
spec.metadata["homepage_uri"] = spec.homepage
19-
spec.metadata["source_code_uri"] = "https://github.com/anakinj/jwt-eddsa"
20-
spec.metadata["changelog_uri"] = "https://github.com/anakinj/jwt-eddsa/blob/v#{JWT::EdDSA::VERSION}/CHANGELOG.md"
19+
spec.metadata["source_code_uri"] = "https://github.com/jwt/ruby-jwt-eddsa"
20+
spec.metadata["changelog_uri"] = "https://github.com/jwt/ruby-jwt-eddsa/blob/v#{JWT::EdDSA::VERSION}/CHANGELOG.md"
2121

2222
# Specify which files should be added to the gem when it is released.
2323
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.

0 commit comments

Comments
 (0)