mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
Update repository URL
This commit is contained in:
parent
8219bc4e8c
commit
a27662f2b4
7 changed files with 12 additions and 12 deletions
|
@ -17,7 +17,7 @@ Binaries produced in this section are reproducible and their digests should matc
|
|||
Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
|
||||
|
||||
```bash
|
||||
git clone https://git.featherwallet.org/feather/feather.git
|
||||
git clone https://github.com/feather-wallet/feather.git
|
||||
cd feather
|
||||
git checkout master
|
||||
git submodule update --init --recursive
|
||||
|
@ -64,7 +64,7 @@ Binaries produced in this section are not yet reproducible.
|
|||
Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
|
||||
|
||||
```bash
|
||||
git clone https://git.featherwallet.org/feather/feather.git
|
||||
git clone https://github.com/feather-wallet/feather.git
|
||||
cd feather
|
||||
git checkout master
|
||||
git submodule update --init --recursive
|
||||
|
@ -119,7 +119,7 @@ The resulting AppImage will be located in `./build`.
|
|||
#### 1. Clone
|
||||
|
||||
```bash
|
||||
git clone --branch master --recursive https://git.featherwallet.org/feather/feather.git
|
||||
git clone --branch master --recursive https://github.com/feather-wallet/feather.git
|
||||
cd feather
|
||||
```
|
||||
|
||||
|
@ -158,7 +158,7 @@ HOMEBREW_OPTFLAGS="-march=core2" HOMEBREW_OPTIMIZATION_LEVEL="O0" \
|
|||
Clone the repository.
|
||||
|
||||
```bash
|
||||
git clone --recursive https://git.featherwallet.org/feather/feather.git
|
||||
git clone --recursive https://github.com/feather-wallet/feather.git
|
||||
```
|
||||
|
||||
Get the latest LTS from here: https://www.qt.io/offline-installers and install.
|
||||
|
|
|
@ -110,7 +110,7 @@ find_package(monero-seed CONFIG)
|
|||
if(NOT monero-seed_FOUND)
|
||||
if(FETCH_DEPS)
|
||||
FetchContent_Declare(monero-seed
|
||||
GIT_REPOSITORY https://git.featherwallet.org/feather/monero-seed.git)
|
||||
GIT_REPOSITORY https://github.com/feather-wallet/feather.git)
|
||||
FetchContent_GetProperties(monero-seed)
|
||||
if(NOT monero-seed_POPULATED)
|
||||
message(STATUS "Fetching monero-seed")
|
||||
|
|
|
@ -268,7 +268,7 @@ RUN git clone -b v4.1.1 --depth 1 https://github.com/fukuchi/libqrencode.git &&
|
|||
# monero-seed: Required for Feather
|
||||
# Tevador's 14 word seed library
|
||||
ADD contrib/monero-seed.patch .
|
||||
RUN git clone https://git.featherwallet.org/feather/monero-seed.git && \
|
||||
RUN git clone https://github.com/feather-wallet/feather.git && \
|
||||
cd monero-seed && \
|
||||
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
|
||||
git apply /monero-seed.patch && \
|
||||
|
|
|
@ -180,7 +180,7 @@ RUN git clone -b tor-$TOR_VERSION --depth 1 https://git.torproject.org/tor.git &
|
|||
rm -rf $(pwd) && \
|
||||
strip -s -D /usr/local/tor/bin/tor.exe
|
||||
|
||||
RUN git clone https://git.featherwallet.org/feather/monero-seed.git && \
|
||||
RUN git clone https://github.com/feather-wallet/feather.git && \
|
||||
cd monero-seed && \
|
||||
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/depends/x86_64-w64-mingw32 \
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -12,7 +12,7 @@ depends=('libzip' 'boost-libs' 'libunwind' 'openssl' 'zeromq' 'hidapi' 'protobuf
|
|||
'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar')
|
||||
makedepends=('git' 'cmake' 'boost')
|
||||
|
||||
source=("${pkgname}"::"git+https://git.featherwallet.org/feather/feather")
|
||||
source=("${pkgname}"::"git+https://github.com/feather-wallet/feather")
|
||||
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ Copyright (c) 2020-2021, The Monero Project.
|
|||
|
||||
* Web: [featherwallet.org](https://featherwallet.org)
|
||||
* Docs: [docs.featherwallet.org](https://docs.featherwallet.org)
|
||||
* Git: [git.featherwallet.org/feather/feather](https://git.featherwallet.org/feather/feather)
|
||||
* Git: [github.com/feather-wallet/feather](https://github.com/feather-wallet/feather)
|
||||
* Reddit: [/r/FeatherWallet](https://old.reddit.com/r/FeatherWallet)
|
||||
* Mail: dev@featherwallet.org
|
||||
* IRC: `#feather` on OFTC
|
||||
|
@ -18,7 +18,7 @@ Download the latest release [here](https://featherwallet.org/download).
|
|||
|
||||
## Compiling Feather from source
|
||||
|
||||
See [BUILDING.md](https://git.featherwallet.org/feather/feather/src/branch/master/BUILDING.md) for information on how to build from source.
|
||||
See [BUILDING.md](https://github.com/feather-wallet/feather/blob/master/BUILDING.md) for information on how to build from source.
|
||||
|
||||
## Supporting the project
|
||||
|
||||
|
@ -28,6 +28,6 @@ Feather is a 100% community-sponsored project. If you want to join our efforts,
|
|||
|
||||
## Developers
|
||||
|
||||
See [HACKING.md](https://git.featherwallet.org/feather/feather/src/branch/master/HACKING.md) for useful development resources.
|
||||
See [HACKING.md](https://github.com/feather-wallet/feather/blob/master/HACKING.md) for useful development resources.
|
||||
|
||||
It is HIGHLY recommended that you join the `#feather` IRC channel on OFTC if you are hacking on Feather. Due to the nature of this open source software project, joining this channel and idling is the best way to stay updated on best practices and new developments.
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="QLabel" name="label_11">
|
||||
<property name="text">
|
||||
<string>git.featherwallet.org</string>
|
||||
<string>github.com/feather-wallet/feather</string>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
|
|
Loading…
Reference in a new issue