Skip to content

Commit

Permalink
Merge pull request geiger-rs#124 from dvtkrlbs/master
Browse files Browse the repository at this point in the history
Replace links that points to the old repository
  • Loading branch information
anderejd authored Oct 5, 2020
2 parents 488b54e + 26148e6 commit 8c9ee4f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cargo-geiger/src/rs_file/custom_executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl Executor for CustomExecutor {

// This can be different from the cwd used to launch the wrapping cargo
// plugin. Discovered while fixing
// https://github.com/anderejd/cargo-geiger/issues/19
// https://github.com/rust-secure-code/cargo-geiger/issues/19
let cwd = cmd
.get_cwd()
.map(PathBuf::from)
Expand Down
2 changes: 1 addition & 1 deletion geiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Some library parts of cargo-geiger, decoupled from cargo."
version = "0.4.5"
edition = "2018"
authors = ["anderejd <[email protected]>"]
repository = "https://github.com/anderejd/cargo-geiger"
repository = "https://github.com/rust-secure-code/cargo-geiger"
readme = "README.md"
keywords = ["unsafe"]
categories = ["development-tools", "parsing"]
Expand Down
10 changes: 5 additions & 5 deletions geiger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Changelog
### 0.1.0
- Parts of `cargo-geiger` has been moved to this crate.

[#52]: https://github.com/anderejd/cargo-geiger/pull/52
[#55]: https://github.com/anderejd/cargo-geiger/pull/55
[#57]: https://github.com/anderejd/cargo-geiger/pull/57
[#71]: https://github.com/anderejd/cargo-geiger/issues/71
[#72]: https://github.com/anderejd/cargo-geiger/pull/72
[#52]: https://github.com/rust-secure-code/cargo-geiger/pull/52
[#55]: https://github.com/rust-secure-code/cargo-geiger/pull/55
[#57]: https://github.com/rust-secure-code/cargo-geiger/pull/57
[#71]: https://github.com/rust-secure-code/cargo-geiger/issues/71
[#72]: https://github.com/rust-secure-code/cargo-geiger/pull/72
[cargo-geiger]: https://crates.io/crates/cargo-geiger
[cargo]: https://crates.io/crates/cargo

0 comments on commit 8c9ee4f

Please sign in to comment.