Skip to content

Commit 18560f5

Browse files
committed
Update repo links
1 parent 1d0665c commit 18560f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description = """
77
A tool to identify required blobs (.so) that are missing from AOSP ROM builds, and to show which existing blobs depend on them.
88
"""
99
license = "MIT"
10-
documentation = "https://github.com/joshuous/aosp-missing-blobs"
11-
homepage = "https://github.com/joshuous/aosp-missing-blobs"
12-
repository = "https://github.com/joshuous/aosp-missing-blobs"
10+
documentation = "https://github.com/joshchoo/aosp-missing-blobs"
11+
homepage = "https://github.com/joshchoo/aosp-missing-blobs"
12+
repository = "https://github.com/joshchoo/aosp-missing-blobs"
1313

1414
[dependencies]
1515
clap = "2.33"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ aosp-missing-blobs is written in Rust, hence you'll need [Rust to be installed](
5656
In the root directory of the repo, execute:
5757

5858
```
59-
$ git clone https://github.com/joshuous/aosp-missing-blobs
59+
$ git clone https://github.com/joshchoo/aosp-missing-blobs
6060
$ cd aosp-missing-blobs
6161
$ cargo build --release
6262

0 commit comments

Comments
 (0)