From ba7b475e193623ef44917ec45328d4fdb2d5986f Mon Sep 17 00:00:00 2001 From: raph Date: Fri, 1 Nov 2024 05:53:12 +0100 Subject: [PATCH] Fix publish recipe (#45) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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