diff --git a/justfile b/justfile index 3a7d291..b31dc2e 100644 --- a/justfile +++ b/justfile @@ -65,7 +65,7 @@ publish-release revision='master': #!/usr/bin/env bash set -euxo pipefail rm -rf tmp/release - git clone https://github.com/raphjaph/bip322.git tmp/release + git clone https://github.com/rust-bitcoin/bip322.git tmp/release cd tmp/release git checkout {{ revision }} cargo publish