Skip to content

Commit c8e8fd5

Browse files
committed
Update GitHub username
1 parent aaec328 commit c8e8fd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "xt"
33
version = "0.19.5-dev"
44
description = "Translate between serialized data formats"
5-
repository = "https://github.com/ahamlinman/xt"
5+
repository = "https://github.com/featherbread/xt"
66
authors = ["Alex Hamlin <[email protected]>"]
77
license = "MIT"
88
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pkgin install xt-rs
5454

5555
On Linux and macOS, the pre-compiled binaries in this repo's GitHub releases can be installed with [Homebrew][homebrew]:
5656
```sh
57-
brew install ahamlinman/tap/xt
57+
brew install featherbread/tap/xt
5858
```
5959

6060
[homebrew]: https://brew.sh/

doc/RELEASE-README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is a binary release of https://github.com/ahamlinman/xt, a cross-format
2-
translator for serialized data formats, including the following contents:
1+
This is a binary release of https://github.com/featherbread/xt,
2+
a cross-format translator for serialized data, with the following contents:
33

44
- xt is the executable itself. Try "./xt --help" for a usage summary.
55

0 commit comments

Comments
 (0)