Skip to content

Commit

Permalink
Update references from ChuckDaniels87 to ismaelgv
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael González <[email protected]>
  • Loading branch information
ismaelgv committed Nov 4, 2021
1 parent 78acad2 commit 1c63f3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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" }
17 changes: 5 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
</p>

<p align="center">
<a href="https://github.com/ChuckDaniels87/rnr/actions?query=workflow%3ARnR">
<img src="https://github.com/ChuckDaniels87/rnr/workflows/RnR/badge.svg" alt="Build Status"></a>
<a href="https://travis-ci.org/ChuckDaniels87/rnr">
<img src="https://travis-ci.org/ChuckDaniels87/rnr.svg?branch=master" alt="Travis Build Status"></a>
<a href="https://ci.appveyor.com/project/ChuckDaniels87/rnr/branch/master">
<img src="https://ci.appveyor.com/api/projects/status/97e28mxlakxbeqex/branch/master?svg=true" alt="App Veyor Build Status"></a>
<a href="https://github.com/ismaelgv/rnr/actions?query=workflow%3ARnR">
<img src="https://github.com/ismaelgv/rnr/workflows/RnR/badge.svg" alt="Build Status"></a>
<a href="https://crates.io/crates/rnr">
<img src="https://img.shields.io/crates/v/rnr.svg" alt="Crates.io"></a>
<a href="https://github.com/ChuckDaniels87/rnr/blob/master/LICENSE">
<a href="https://github.com/ismaelgv/rnr/blob/master/LICENSE">
<img src="https://img.shields.io/crates/l/rnr.svg" alt="License"></a>
</p>

Expand Down Expand Up @@ -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*).
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 1c63f3e

Please sign in to comment.