]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Update repository URL
authortobtoht <thotbot@protonmail.com>
Thu, 3 Feb 2022 14:19:50 +0000 (15:19 +0100)
committertobtoht <thotbot@protonmail.com>
Thu, 3 Feb 2022 14:19:50 +0000 (15:19 +0100)
BUILDING.md
CMakeLists.txt
Dockerfile.linux
Dockerfile.windows
PKGBUILD
README.md
src/dialog/AboutDialog.ui

index cac4fc631a309f86554411d05dece46fe1b06cb6..dbe19cd8fe5338a2defa56b28276dd8469ef65c9 100644 (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.
 
 ```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.
index a539476e9b263d2b2572350b90a8611fe0a48ff4..9da9ed82270c494a90edbc66aa15e44eb4f53b0a 100644 (file)
@@ -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")
index ffd913550573b471c1047607e925d8c1d9a32155..a91fe4d41a6e67ceba8020c58b2784bcfab1b2d6 100644 (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
 # 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 && \
index 31f1dbb03fd338b27645f3b4f8d07e84b5717b9a..52e0b17716e85c7ffdbf974440bc68e757a293c7 100644 (file)
@@ -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 \
index f80c21ca22dfebe512b765d6218ff52c3238c6d2..b0a5187dc779bd1126a52c6e7bec1a7514e980af 100644 (file)
--- 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')
 
index 80c6809002e0f20fec3fcc61bd0e444b5da8a927..bd8a4781a3724dafb28501f709c49f39352402d5 100644 (file)
--- 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.
index 3436c18e08130d620582d5a7bb1cac501f1b0780..db56e52fe22a1f2c74a7bcd3b66d556e52fb9d57 100644 (file)
        <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>