Skip to content

Commit

Permalink
change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
KJHJason committed Jun 21, 2024
1 parent 31f6ca8 commit 51b49b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
keywords = ["hmac", "itsdangerous", "serialiser", "signing", "jwt"]
categories = ["cryptography", "authentication"]
repository = "https://github.com/KJHJason/hmac-serialiser-rs"
repository = "https://github.com/KJHJason/hmac-serialiser/tree/master/rust"
license = "MIT"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
//!
//! ## Contributing
//!
//! Contributions are welcome! Feel free to open issues and pull requests on [GitHub](https://github.com/KJHJason/hmac-serialiser-rs).
//! Contributions are welcome! Feel free to open issues and pull requests on [GitHub](https://github.com/KJHJason/hmac-serialiser/tree/master/rust).
//!
//! ```

Expand Down

0 comments on commit 51b49b6

Please sign in to comment.