From 1c63f3e9f6dd01aa81e354c3676caa30778204c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez?= Date: Thu, 4 Nov 2021 20:03:00 +0100 Subject: [PATCH] Update references from ChuckDaniels87 to ismaelgv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ismael González --- Cargo.toml | 8 ++++---- README.md | 17 +++++------------ 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1567f27..a6feda1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ supports regular expressions """ categories = ["command-line-utilities"] license = "MIT" -homepage = "https://github.com/ChuckDaniels87/rnr" -repository = "https://github.com/ChuckDaniels87/rnr" +homepage = "https://github.com/ismaelgv/rnr" +repository = "https://github.com/ismaelgv/rnr" build = "build.rs" readme = "README.md" @@ -31,5 +31,5 @@ difference = "2.0.0" clap = "~2.32" [badges] -travis-ci = { repository = "ChuckDaniels87/rnr", branch = "master" } -appveyor = { repository = "ChuckDaniels87/rnr", branch = "master" } +travis-ci = { repository = "ismaelgv/rnr", branch = "master" } +appveyor = { repository = "ismaelgv/rnr", branch = "master" } diff --git a/README.md b/README.md index d0446e9..2b6699b 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,11 @@

- - Build Status - - Travis Build Status - - App Veyor Build Status + + Build Status Crates.io - + License

@@ -39,7 +35,7 @@ ### GitHub Releases You can download binaries from [latest release -page](https://github.com/ChuckDaniels87/rnr/releases), choose the compressed +page](https://github.com/ismaelgv/rnr/releases), choose the compressed file corresponding to your platform. These compressed files contain the executable and other additional content such as completion files (*Bash*, *Zsh*, *fish* and *PowerShell*). @@ -54,7 +50,7 @@ A package is available in the AUR ### From git repository ```sh -git clone https://github.com/ChuckDaniels87/rnr . +git clone https://github.com/ismaelgv/rnr . cargo install ``` ### From Crates.io @@ -114,9 +110,6 @@ SUBCOMMANDS: undo these operations from `from-file` subcommand. * Number of replacements set to one. -## Demo -[![Demo](https://cdn.rawgit.com/ChuckDaniels87/b0607fdaa44c6201cde398b6a9e23e4e/raw/59d43365d15c55d9c259edd29292609c06de21f7/rnr-demo.svg)](https://cdn.rawgit.com/ChuckDaniels87/b0607fdaa44c6201cde398b6a9e23e4e/raw/f29d84760f4225dce74bf81052180e12a287b892/rnr-demo.svg) - ## Examples * [Rename a list of files](#rename-a-list-of-files) * [Include directories](#include-directories)