Skip to content

Commit

Permalink
Rename repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d committed Apr 30, 2021
1 parent e83ba6d commit d9052f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ keywords = ["binary", "monero", "base58", "base58-check"]
version = "0.2.0"
authors = ["h4sh3d <[email protected]>"]
license = "MIT"
homepage = "https://github.com/monero-rs/base58m-rs"
repository = "https://github.com/monero-rs/base58m-rs"
homepage = "https://github.com/monero-rs/base58m"
repository = "https://github.com/monero-rs/base58m"
readme = "README.md"
include = [
"src/*",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://img.shields.io/github/workflow/status/monero-rs/base58m-rs/CI/main)](https://github.com/monero-rs/base58m-rs/actions/workflows/ci.yml)
[![Build Status](https://img.shields.io/github/workflow/status/monero-rs/base58m/CI/main)](https://github.com/monero-rs/base58m/actions/workflows/ci.yml)
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![Crates.io](https://img.shields.io/crates/v/base58m.svg)](https://crates.io/crates/base58m)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down

0 comments on commit d9052f5

Please sign in to comment.