diff --git a/Cargo.toml b/Cargo.toml index 04a2e24..6f514c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" rust-version = "1.66" license = "Apache-2.0" description = "A diff library for Rust (fork of similar)" -repository = "https://github.com/barrett-ruth/likewise" +repository = "https://github.com/barrettruth/likewise" keywords = ["diff", "difference", "patience", "compare", "changes"] readme = "README.md" exclude = ["assets/*"] diff --git a/README.md b/README.md index 1e3576a..b2e6f5f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > This crate is a fork of [similar](https://github.com/mitsuhiko/similar) library, which, as of 11/9/25, is rather inactive. [![Crates.io](https://img.shields.io/crates/d/likewise.svg)](https://crates.io/crates/likewise) -[![License](https://img.shields.io/github/license/barrett-ruth/likewise)](https://github.com/barrett-ruth/likewise/blob/main/LICENSE) +[![License](https://img.shields.io/github/license/barrettruth/likewise)](https://github.com/barrett-ruth/likewise/blob/main/LICENSE) [![rustc 1.66.0](https://img.shields.io/badge/rust-1.66%2B-orange.svg)](https://img.shields.io/badge/rust-1.65%2B-orange.svg) [![Documentation](https://docs.rs/likewise/badge.svg)](https://docs.rs/likewise) @@ -58,6 +58,6 @@ fn main() { ## License and Links * [Documentation](https://docs.rs/likewise/) -* [Issue Tracker](https://github.com/barrett-ruth/likewise/issues) -* [Examples](https://github.com/barrett-ruth/likewise/tree/main/examples) -* License: [Apache-2.0](https://github.com/barrett-ruth/likewise/blob/main/LICENSE) +* [Issue Tracker](https://github.com/barrettruth/likewise/issues) +* [Examples](https://github.com/barrettruth/likewise/tree/main/examples) +* License: [Apache-2.0](https://github.com/barrettruth/likewise/blob/main/LICENSE)