Update repository URL

This commit is contained in:
tobtoht 2022-02-03 15:19:50 +01:00
parent 8219bc4e8c
commit a27662f2b4
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
7 changed files with 12 additions and 12 deletions

View file

@ -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. Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
```bash ```bash
git clone https://git.featherwallet.org/feather/feather.git git clone https://github.com/feather-wallet/feather.git
cd feather cd feather
git checkout master git checkout master
git submodule update --init --recursive 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. Replace `master` with the desired version tag (e.g. `1.0.1`) to build the release binary.
```bash ```bash
git clone https://git.featherwallet.org/feather/feather.git git clone https://github.com/feather-wallet/feather.git
cd feather cd feather
git checkout master git checkout master
git submodule update --init --recursive git submodule update --init --recursive
@ -119,7 +119,7 @@ The resulting AppImage will be located in `./build`.
#### 1. Clone #### 1. Clone
```bash ```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 cd feather
``` ```
@ -158,7 +158,7 @@ HOMEBREW_OPTFLAGS="-march=core2" HOMEBREW_OPTIMIZATION_LEVEL="O0" \
Clone the repository. Clone the repository.
```bash ```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. Get the latest LTS from here: https://www.qt.io/offline-installers and install.

View file

@ -110,7 +110,7 @@ find_package(monero-seed CONFIG)
if(NOT monero-seed_FOUND) if(NOT monero-seed_FOUND)
if(FETCH_DEPS) if(FETCH_DEPS)
FetchContent_Declare(monero-seed 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) FetchContent_GetProperties(monero-seed)
if(NOT monero-seed_POPULATED) if(NOT monero-seed_POPULATED)
message(STATUS "Fetching monero-seed") message(STATUS "Fetching monero-seed")

View file

@ -268,7 +268,7 @@ RUN git clone -b v4.1.1 --depth 1 https://github.com/fukuchi/libqrencode.git &&
# monero-seed: Required for Feather # monero-seed: Required for Feather
# Tevador's 14 word seed library # Tevador's 14 word seed library
ADD contrib/monero-seed.patch . 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 && \ cd monero-seed && \
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \ git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
git apply /monero-seed.patch && \ git apply /monero-seed.patch && \

View file

@ -180,7 +180,7 @@ RUN git clone -b tor-$TOR_VERSION --depth 1 https://git.torproject.org/tor.git &
rm -rf $(pwd) && \ rm -rf $(pwd) && \
strip -s -D /usr/local/tor/bin/tor.exe 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 && \ cd monero-seed && \
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \ git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
cmake -DCMAKE_INSTALL_PREFIX=/depends/x86_64-w64-mingw32 \ cmake -DCMAKE_INSTALL_PREFIX=/depends/x86_64-w64-mingw32 \

View file

@ -12,7 +12,7 @@ depends=('libzip' 'boost-libs' 'libunwind' 'openssl' 'zeromq' 'hidapi' 'protobuf
'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar') 'qrencode' 'libsodium' 'expat' 'qt5-base' 'qt5-websockets' 'qt5-svg' 'tor' 'zbar')
makedepends=('git' 'cmake' 'boost') makedepends=('git' 'cmake' 'boost')
source=("${pkgname}"::"git+https://git.featherwallet.org/feather/feather") source=("${pkgname}"::"git+https://github.com/feather-wallet/feather")
sha256sums=('SKIP') sha256sums=('SKIP')

View file

@ -8,7 +8,7 @@ Copyright (c) 2020-2021, The Monero Project.
* Web: [featherwallet.org](https://featherwallet.org) * Web: [featherwallet.org](https://featherwallet.org)
* Docs: [docs.featherwallet.org](https://docs.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) * Reddit: [/r/FeatherWallet](https://old.reddit.com/r/FeatherWallet)
* Mail: dev@featherwallet.org * Mail: dev@featherwallet.org
* IRC: `#feather` on OFTC * IRC: `#feather` on OFTC
@ -18,7 +18,7 @@ Download the latest release [here](https://featherwallet.org/download).
## Compiling Feather from source ## 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 ## Supporting the project
@ -28,6 +28,6 @@ Feather is a 100% community-sponsored project. If you want to join our efforts,
## Developers ## 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. 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.

View file

@ -148,7 +148,7 @@
<item row="2" column="1"> <item row="2" column="1">
<widget class="QLabel" name="label_11"> <widget class="QLabel" name="label_11">
<property name="text"> <property name="text">
<string>git.featherwallet.org</string> <string>github.com/feather-wallet/feather</string>
</property> </property>
<property name="textInteractionFlags"> <property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set> <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>