Skip to content

Commit 0d885ad

Browse files
fix: redirect to informal forks
1 parent 6a1540f commit 0d885ad

File tree

2 files changed

+65
-39
lines changed

2 files changed

+65
-39
lines changed

Cargo.lock

Lines changed: 62 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ cnidarium = { default-features = false, path = "crates/cn
139139
cnidarium-component = { default-features = false, path = "crates/cnidarium-component" }
140140
cometindex = { path = "crates/util/cometindex" }
141141
criterion = { version = "0.4" }
142-
decaf377 = { default-features = false, version = "0.10.1", git = "https://github.com/hu55a1n1/decaf377.git" }
142+
decaf377 = { default-features = false, version = "0.10.1", git = "https://github.com/informalsystems/decaf377.git" }
143143
decaf377-fmd = { path = "crates/crypto/decaf377-fmd" }
144144
decaf377-ka = { path = "crates/crypto/decaf377-ka" }
145-
decaf377-rdsa = { version = "0.11.0", git = "https://github.com/dangush/decaf377-rdsa.git" }
145+
decaf377-rdsa = { version = "0.11.0", git = "https://github.com/informalsystems/decaf377-rdsa.git" }
146146
derivative = { version = "2.2" }
147147
directories = { version = "4.0.1" }
148148
ed25519-consensus = { version = "2.1" }
@@ -200,7 +200,7 @@ penumbra-wallet = { path = "crates/wallet" }
200200
penumbra-extension = { path = "crates/penumbra-extension", default-features = false }
201201
pin-project = { version = "1.0.12" }
202202
pin-project-lite = { version = "0.2.9" }
203-
poseidon377 = { version = "1.2.0", git = "https://github.com/dangush/poseidon377.git"}
203+
poseidon377 = { version = "1.2.0", git = "https://github.com/informalsystems/poseidon377.git"}
204204
proptest = { version = "1" }
205205
proptest-derive = { version = "0.3" }
206206
prost = { version = "0.12.3" }

0 commit comments

Comments
 (0)