diff --git a/.drone.yml b/.drone.yml index 2c77b76..2d8cfd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,14 +35,14 @@ steps: - echo "writing to $TARGET_DIR/$FN" - strip -s build/bin/wowllet - zip -j "$TARGET_DIR/$FN" build/feather.log build/bin/wowllet - - echo "[*] written to https://build.featherwallet.org/files/linux-release/$DRONE_SOURCE_BRANCH/$FN" + - echo "[*] written to https://build.wownero.org/files/linux-release/$DRONE_SOURCE_BRANCH/$FN" - # AppImage - export FN="wowllet-`git rev-parse --short HEAD`.AppImage" - export TARGET_DIR="/linux-release-appimage/$DRONE_SOURCE_BRANCH" - mkdir -p "$TARGET_DIR" - echo "writing to $TARGET_DIR/$FN" - mv "wowllet.AppImage" "$TARGET_DIR/$FN" - - echo "[*] written to https://build.featherwallet.org/files/linux-release-appimage/$DRONE_SOURCE_BRANCH/$FN" + - echo "[*] written to https://build.wownero.org/files/linux-release-appimage/$DRONE_SOURCE_BRANCH/$FN" volumes: - name: ccache_linux_release @@ -87,7 +87,7 @@ steps: - mkdir -p "$TARGET_DIR" - echo "writing to $TARGET_DIR/$FN" - zip -j "$TARGET_DIR/$FN" build/x86_64-w64-mingw32/release/bin/wowllet.exe - - echo "[*] written to https://build.featherwallet.org/files-wow/windows-release/$DRONE_SOURCE_BRANCH/$FN" + - echo "[*] written to https://build.wownero.org/files-wow/windows-release/$DRONE_SOURCE_BRANCH/$FN" volumes: - name: ccache_win_release host: @@ -125,7 +125,7 @@ steps: - mkdir -p "$TARGET_DIR" - echo "writing to $TARGET_DIR/$FN" - mv build/wowllet.zip "$TARGET_DIR/$FN" - - echo "[*] written to https://build.featherwallet.org/files-wow/mac-release/$DRONE_SOURCE_BRANCH/$FN" + - echo "[*] written to https://build.wownero.org/files-wow/mac-release/$DRONE_SOURCE_BRANCH/$FN" volumes: - name: files_mac_release diff --git a/BUILDING.md b/BUILDING.md index 4470f3f..63fdcdf 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -1,6 +1,6 @@ ## Buildbot builds -The docker build bins can be found here: https://build.featherwallet.org/files/ +The docker build bins can be found here: https://build.wownero.org/files/ ## Docker static builds diff --git a/PKGBUILD b/PKGBUILD index e271d9e..43b3add 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc='a free Monero desktop wallet' license=('BSD') arch=('x86_64') -url="https://featherwallet.org" +url="https://wownero.org" depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'pcsclite' 'hidapi' 'protobuf' 'miniupnpc' 'libgcrypt' 'qrencode' 'libsodium' 'libpgm' 'expat' 'qt5-base' 'qt5-websockets' 'tor') makedepends=('git' 'cmake' 'boost') diff --git a/SECURITY.md b/SECURITY.md index 250d74d..7b608ba 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,7 +4,7 @@ Please do not open an issue to report security issues. -To report a vulnerability send an email to dev@featherwallet.org +To report a vulnerability send an email to dev@wownero.org The following keys may be used to communicate sensitive information to developers: diff --git a/src/assets/about.txt b/src/assets/about.txt index 06b7ab9..ac0fd55 100644 --- a/src/assets/about.txt +++ b/src/assets/about.txt @@ -1,7 +1,7 @@ Feather () -Website: https://featherwallet.org -E-mail: dev@featherwallet.org +Website: https://wownero.org +E-mail: dev@wownero.org Created by dsc, tobtoht, and contributors. diff --git a/src/main.cpp b/src/main.cpp index b706764..cb1517d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -97,8 +97,8 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) { if(cliMode) { QCoreApplication cli_app(argc, argv); QCoreApplication::setApplicationName("wowllet"); - QCoreApplication::setOrganizationDomain("featherwallet.org"); - QCoreApplication::setOrganizationName("featherwallet.org"); + QCoreApplication::setOrganizationDomain("wownero.org"); + QCoreApplication::setOrganizationName("wownero.org"); auto *ctx = new AppContext(&parser); ctx->applicationPath = QString(argv[0]); @@ -130,8 +130,8 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) { QApplication app(argc, argv); QApplication::setApplicationName("wowllet"); - QApplication::setOrganizationDomain("featherwallet.org"); - QApplication::setOrganizationName("featherwallet.org"); + QApplication::setOrganizationDomain("wownero.org"); + QApplication::setOrganizationName("wownero.org"); parser.process(app); // Parse again for --help and --version diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index aba7c57..324ff52 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -96,7 +96,7 @@ MainWindow::MainWindow(AppContext *ctx, QWidget *parent) : "Try to explain not only what the bug is, but how it occurs."); }); connect(ui->actionShow_debug_info, &QAction::triggered, this, &MainWindow::showDebugInfo); - connect(ui->actionOfficialWebsite, &QAction::triggered, [=] { Utils::externalLinkWarning(this, "https://featherwallet.org"); }); + connect(ui->actionOfficialWebsite, &QAction::triggered, [=] { Utils::externalLinkWarning(this, "https://wownero.org"); }); #if defined(Q_OS_LINUX) // system tray