Skip to content

Commit ea1ea8d

Browse files
committed
Update repo URLs to zaptech-dev org
1 parent 7af5bf1 commit ea1ea8d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Thanks for wanting to contribute. Here's how to get started.
55
## Development setup
66

77
```sh
8-
git clone https://github.com/arferreira/crategeist.git
8+
git clone https://github.com/zaptech-dev/crategeist.git
99
cd crategeist
1010
cargo build
1111
```
@@ -32,7 +32,7 @@ Make sure there are no warnings.
3232

3333
## What to work on
3434

35-
Check the [issues](https://github.com/arferreira/crategeist/issues) for open tasks. If you want to work on something not listed, open an issue first to discuss the approach.
35+
Check the [issues](https://github.com/zaptech-dev/crategeist/issues) for open tasks. If you want to work on something not listed, open an issue first to discuss the approach.
3636

3737
Good first contributions:
3838
- Improving unused dependency detection accuracy

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ rust-version = "1.85"
66
description = "Expose the hidden cost of your Rust dependencies"
77
license = "MIT"
88
readme = "README.md"
9-
repository = "https://github.com/arferreira/crategeist"
10-
homepage = "https://github.com/arferreira/crategeist"
9+
repository = "https://github.com/zaptech-dev/crategeist"
10+
homepage = "https://github.com/zaptech-dev/crategeist"
1111
keywords = ["cargo", "dependencies", "security", "compile-time", "analysis"]
1212
categories = ["development-tools::cargo-plugins", "command-line-utilities"]
1313

0 commit comments

Comments
 (0)