From f7d0e25e8a28f165ba9284b283eb4998d1c48c2a Mon Sep 17 00:00:00 2001 From: Andrew Rudoi Date: Fri, 24 May 2024 14:23:00 -0700 Subject: [PATCH] fix(birdie): use correct repo owner --- birdie/src-tauri/src/system/update.rs | 2 +- friendshipper/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/birdie/src-tauri/src/system/update.rs b/birdie/src-tauri/src/system/update.rs index f9564883..5991729d 100644 --- a/birdie/src-tauri/src/system/update.rs +++ b/birdie/src-tauri/src/system/update.rs @@ -15,7 +15,7 @@ use ethos_core::BIN_SUFFIX; use crate::state::AppState; use crate::APP_NAME; -static REPO_OWNER: &str = "BelieverCo"; +static REPO_OWNER: &str = "believer-oss"; static REPO_NAME: &str = "ethos"; #[debug_handler] diff --git a/friendshipper/README.md b/friendshipper/README.md index bc858a36..f7a25213 100644 --- a/friendshipper/README.md +++ b/friendshipper/README.md @@ -153,7 +153,7 @@ In this example, we’ll make a new release for v4.0.0. ### Update config files -Run the [Update App Version](https://github.com/BelieverCo/friendshipper/actions/workflows/release.yml) workflow in +Run the [Update App Version](https://github.com/believer-oss/friendshipper/actions/workflows/release.yml) workflow in GitHub Actions, specifying `4.0.0` as the version. This workflow will automatically open a Pull Request that updates all the files that need to be modified with the new version number. Make sure this Pull Request is approved, then merge it. @@ -161,7 +161,7 @@ the files that need to be modified with the new version number. Make sure this P Navigate to the releases page: -https://github.com/BelieverCo/ethos/releases +https://github.com/believer-oss/ethos/releases Select `Draft a new release`