Skip to content

Commit b3ae011

Browse files
committed
Update git repo addresses
1 parent ff61892 commit b3ae011

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cli-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ common = { path = "../common" }
2525
lz4-compress = { path = "../lz4-compress" }
2626

2727
[dependencies.nwind]
28-
git = "https://github.com/nokia/not-perf.git"
28+
git = "https://github.com/koute/not-perf.git"
2929
rev = "c6b9635"
3030

3131
[dev-dependencies]

preload/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jemallocator = { path = "../jemallocator", default-features = false }
1919
jemalloc-sys = { path = "../jemallocator/jemalloc-sys", default-features = false }
2020

2121
[dependencies.nwind]
22-
git = "https://github.com/nokia/not-perf.git"
22+
git = "https://github.com/koute/not-perf.git"
2323
rev = "c6b9635"
2424
features = ["log", "local-unwinding"]
2525
default-features = false
2626

2727
[dependencies.perf_event_open]
28-
git = "https://github.com/nokia/not-perf.git"
28+
git = "https://github.com/koute/not-perf.git"
2929
rev = "c6b9635"
3030

3131
[dependencies.common]

0 commit comments

Comments
 (0)