From a27662f2b4d12cb20c262c1a40a7fd72969798ad Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 3 Feb 2022 15:19:50 +0100 Subject: [PATCH] Update repository URL --- BUILDING.md | 8 ++++---- CMakeLists.txt | 2 +- Dockerfile.linux | 2 +- Dockerfile.windows | 2 +- PKGBUILD | 2 +- README.md | 6 +++--- src/dialog/AboutDialog.ui | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index cac4fc63..dbe19cd8 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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. diff --git a/CMakeLists.txt b/CMakeLists.txt index a539476e..9da9ed82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/Dockerfile.linux b/Dockerfile.linux index ffd91355..a91fe4d4 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -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 && \ diff --git a/Dockerfile.windows b/Dockerfile.windows index 31f1dbb0..52e0b177 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -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 \ diff --git a/PKGBUILD b/PKGBUILD index f80c21ca..b0a5187d 100644 --- a/PKGBUILD +++ b/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') diff --git a/README.md b/README.md index 80c68090..bd8a4781 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/dialog/AboutDialog.ui b/src/dialog/AboutDialog.ui index 3436c18e..db56e52f 100644 --- a/src/dialog/AboutDialog.ui +++ b/src/dialog/AboutDialog.ui @@ -148,7 +148,7 @@ - git.featherwallet.org + github.com/feather-wallet/feather Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse -- 2.52.0