Skip to content

Commit

Permalink
chore: update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jan 19, 2025
1 parent d4b4b27 commit 8a32205
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .yarn/patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ These patches are created using [`yarn patch`](https://yarnpkg.com/features/patc

## Notes

- You may have to remove and re-create patches when updating a package - if you're not sure what to do or have any questions, feel free to [open a new issue](https://github.com/revoltchat/rvmob/issues/new/choose) or reach out to us [here](https://rvlt.gg/rvmob).
- You may have to remove and re-create patches when updating a package - if you're not sure what to do or have any questions, feel free to [open a new issue](https://github.com/upryzing/clerotri/issues/new/choose) or reach out to us [here](https://rvlt.gg/rvmob).
- If a package has received a large amount of patches and isn't being maintained, it might be worth investigating alternatives/forking the package - if so, get in contact using the info above.
- If you're willing to do so and the package still appears to be maintained, it might also be worth submitting your patch as a PR to the package in question. This helps other users of the package avoid the same issue(s) and reduces our maintenance burden. However, unless the PR is merged and until a new version containing it is released, **do not remove the patch from this folder** and, if you're adding a new patch, **submit it as usual**.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For development updates and other news, join [Clerotri's support server][support

## Installing

If you want to install Clerotri for Android, simply go to [the releases tab](https://github.com/revoltchat/rvmob/releases) and download the latest version. We plan on publishing Clerotri to app stores in the future.
If you want to install Clerotri for Android, simply go to [the releases tab](https://github.com/upryzing/clerotri/releases) and download the latest version. We plan on publishing Clerotri to app stores in the future.

<!-- You can try Clerotri for web [here](). Note that, as the web version is still under development, some features are only available on Android or may not work as smoothly. You may also see some layout issues. -->

Expand Down Expand Up @@ -83,10 +83,10 @@ For more information, see a list of `react-native`'s commands [here](https://git

If you encounter bugs, first check if you're able to [open Revolt in your browser](https://app.revolt.chat); also, check if you have any firewall settings that may block the Revolt API.

If you're still experiencing issues, and there aren't any open issues for the bug(s) you're facing, please [open an issue](https://github.com/revoltchat/rvmob/issues).
If you're still experiencing issues, and there aren't any open issues for the bug(s) you're facing, please [open an issue](https://github.com/upryzing/clerotri/issues).

## License

Clerotri is licensed under the [GNU Affero General Public License v3.0](https://github.com/revoltchat/rvmob/blob/main/LICENSE).
Clerotri is licensed under the [GNU Affero General Public License v3.0](https://github.com/upryzing/clerotri/blob/main/LICENSE).

[support-server]: https://rvlt.gg/rvmob
2 changes: 1 addition & 1 deletion src/lib/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ export const RevoltEmojiDictionary: Record<string, string> = {
// Links used in the settings menu
export const FEDI_PROFILE = 'https://lea.pet/@rvmob';

export const GITHUB_REPO = 'https://github.com/revoltchat/rvmob';
export const GITHUB_REPO = 'https://github.com/upryzing/clerotri';

export const CONTRIBUTORS_LIST = `${GITHUB_REPO}/graphs/contributors`;

Expand Down

0 comments on commit 8a32205

Please sign in to comment.