Update Github links to wizardsardine/liana

This commit is contained in:
Antoine Poinsot 2023-02-03 16:52:06 +01:00
parent ca05bd3fbc
commit 0bd3bd4d2e
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
8 changed files with 12 additions and 12 deletions

View File

@ -42,7 +42,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: cargo test --verbose --no-default-features
- name: Test on Rust ${{ matrix.toolchain }} (non Windows)
# See issue https://github.com/revault/liana/issues/69
# See issue https://github.com/wizardsardine/liana/issues/69
if: matrix.os != 'windows-latest' && (matrix.os != 'macOS-latest' || matrix.toolchain != '1.48')
run: cargo test --verbose --color always -- --nocapture

View File

@ -19,7 +19,7 @@ Github issue before going forward with the implementation.
## Looking for contributions
If you are looking for first time contributions, you can `git grep` for `FIXME`s and `TODO`s
as well as checking out the [good first issues](https://github.com/revault/liana/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
as well as checking out the [good first issues](https://github.com/wizardsardine/liana/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
on the issue tracker.

View File

@ -3,7 +3,7 @@ name = "liana"
version = "0.2.0"
authors = ["Antoine Poinsot <darosior@protonmail.com>"]
edition = "2018"
repository = "https://github.com/revault/liana"
repository = "https://github.com/wizardsardine/liana"
license-file = "LICENCE"
keywords = ["bitcoin", "wallet", "safe", "script", "miniscript", "inheritance", "recovery"]
description = "Liana wallet daemon"

View File

@ -42,7 +42,7 @@ your machine yet, you can download it [there](https://bitcoincore.org/en/downloa
The recommended installation method for regular users is to download an executable software release. If you prefer to
build the project from source, see [`doc/BUILD.md`](doc/BUILD.md) instead.
Head to the [release page](https://github.com/revault/liana/releases) and download the right
Head to the [release page](https://github.com/wizardsardine/liana/releases) and download the right
executable for your platform. If you are not sure what is the "right" executable for your platform,
choose `liana-0.1.exe` if you are on Windows, `liana-0.1.dmg` if you are on MacOS and
`liana-0.1-x86_64-linux-gnu.tar.gz` if you are on Linux.
@ -113,7 +113,7 @@ application: `2.1.0`. This is the minimum supported version, as it's the first o
support for Miniscript.
If you are using the GUI, it should be intuitive what menu to use depending on your intention. If it
is not, bug report are very welcome so [feel free to report it](https://github.com/revault/liana/issues)! :)
is not, bug report are very welcome so [feel free to report it](https://github.com/wizardsardine/liana/issues)! :)
If you are using the daemon, you can use the `liana-cli` binary to send commands to it. It will need
the path to the same configuration as the daemon. You can find a full documentation of the JSONRPC
@ -157,7 +157,7 @@ sweep PSBT to the requested address with the specified feerate, filled with all
## About the software project
Liana is an open source project. It is [hosted at Github](https://github.com/revault/liana).
Liana is an open source project. It is [hosted at Github](https://github.com/wizardsardine/liana).
Contributions are very welcome. For guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).

View File

@ -9,8 +9,8 @@ git = "https://github.com/darosior/rust-miniscript"
branch = "multipath_descriptors_on_8.0"
replace-with = "vendored_sources"
[source."https://github.com/revault/liana"]
git = "https://github.com/revault/liana"
[source."https://github.com/wizardsardine/liana"]
git = "https://github.com/wizardsardine/liana"
branch = "master"
replace-with = "vendored_sources"

View File

@ -18,8 +18,8 @@ git = "https://github.com/darosior/rust-miniscript"
branch = "multipath_descriptors_on_9.0"
replace-with = "vendored_sources"
[source."https://github.com/revault/liana"]
git = "https://github.com/revault/liana"
[source."https://github.com/wizardsardine/liana"]
git = "https://github.com/wizardsardine/liana"
branch = "master"
replace-with = "vendored_sources"
EOF

View File

@ -126,7 +126,7 @@ Keep the Specter simulator open and move on to the next step.
## Step 3: start Liana
Head to the [release page](https://github.com/revault/liana/releases) and download the right
Head to the [release page](https://github.com/wizardsardine/liana/releases) and download the right
executable for your platform. If you are not sure what is the "right" executable for your platform,
choose `liana-0.1.exe` if you are on Windows, `liana-0.1.dmg` if you are on MacOS and
`liana-0.1-x86_64-linux-gnu.tar.gz` if you are on Linux.

View File

@ -3,7 +3,7 @@ name = "liana_gui"
version = "0.2.0"
readme = "README.md"
description = "Liana GUI"
repository = "https://github.com/revault/liana"
repository = "https://github.com/wizardsardine/liana"
license = "BSD-3-Clause"
authors = ["Edouard Paris <m@edouard.paris>"]
edition = "2018"