From bd5923c35a2a866ec3dd79589612001d23144283 Mon Sep 17 00:00:00 2001 From: Cecilia Sanare Date: Tue, 9 Apr 2024 15:55:28 -0500 Subject: [PATCH] fix: rainbow cafe -> ribbon studios --- LICENSE | 4 ++-- README.md | 6 +++--- install.sh | 8 ++++---- src/components/AppFooter.tsx | 8 ++++---- src/components/AppHeader.tsx | 4 ++-- src/pages/SplashPage.tsx | 12 ++++++------ src/pages/apps/SearchPage.tsx | 2 +- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/LICENSE b/LICENSE index 8d99e30..d8590f9 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Protontweaks - Automatically applies necessary tweaks to steam games. - Copyright (C) 2024 Rainbow Cafe + Copyright (C) 2024 Ribbon Studios This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - protontweaks Copyright (C) 2024 Rainbow Cafe + protontweaks Copyright (C) 2024 Ribbon Studios This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index a30ba95..196afb3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ > [!IMPORTANT] > This is the Protontweaks UI repository, you can find its sister repositories at the following links! -- [CLI](https://github.com/rain-cafe/protontweaks) -- [App](https://github.com/rain-cafe/protontweaks-ui) _(you are here)_ -- [Database / API](https://github.com/rain-cafe/protontweaks-db) +- [CLI](https://github.com/ribbon-studios/protontweaks) +- [App](https://github.com/ribbon-studios/protontweaks-ui) _(you are here)_ +- [Database / API](https://github.com/ribbon-studios/protontweaks-db) ## Protontweaks UI diff --git a/install.sh b/install.sh index 0cab52f..a79fc3c 100755 --- a/install.sh +++ b/install.sh @@ -2,12 +2,12 @@ set -e # We're pulling from the latest web page to prevent rate limiting -VERSION=$(curl -fsSL "https://github.com/rain-cafe/protontweaks/releases/latest" | grep -E -m 1 "/rain-cafe/protontweaks/tree/" | grep -Eo -m 1 "v[0-9]+.[0-9]+.[0-9]+" | head -1) +VERSION=$(curl -fsSL "https://github.com/ribbon-studios/protontweaks/releases/latest" | grep -E -m 1 "/ribbon-studios/protontweaks/tree/" | grep -Eo -m 1 "v[0-9]+.[0-9]+.[0-9]+" | head -1) echo "Detected '$VERSION' as the latest version." -DEB_PACKAGE="https://github.com/rain-cafe/protontweaks/releases/download/v$VERSION/protontweaks.deb" -RPM_PACKAGE="https://github.com/rain-cafe/protontweaks/releases/download/v$VERSION/protontweaks.rpm" +DEB_PACKAGE="https://github.com/ribbon-studios/protontweaks/releases/download/v$VERSION/protontweaks.deb" +RPM_PACKAGE="https://github.com/ribbon-studios/protontweaks/releases/download/v$VERSION/protontweaks.rpm" managers=() @@ -97,7 +97,7 @@ continue_prompt "Would you like to continue with the installation?" case $manager in "nixos"|"nix") echo "Opening instructions, please read the 'NixOS Flake Example' and add it to your configuration!" - xdg-open "https://github.com/rain-cafe/protontweaks?tab=readme-ov-file#installation" + xdg-open "https://github.com/ribbon-studios/protontweaks?tab=readme-ov-file#installation" ;; "apt-get") echo "Downloading debian package..." diff --git a/src/components/AppFooter.tsx b/src/components/AppFooter.tsx index bb21316..30416cb 100644 --- a/src/components/AppFooter.tsx +++ b/src/components/AppFooter.tsx @@ -9,8 +9,8 @@ export const AppFooter: FC = () => {
Built with ❤️ by the{' '} - - Rainbow Cafe + + Ribbon Studios {' '} Team~
@@ -27,10 +27,10 @@ export const AppFooter: FC = () => {
- -
diff --git a/src/components/AppHeader.tsx b/src/components/AppHeader.tsx index 0b8b12c..5ee44f5 100644 --- a/src/components/AppHeader.tsx +++ b/src/components/AppHeader.tsx @@ -50,8 +50,8 @@ export const AppHeader: FC = ({ onChange }) => { className="flex-shrink-0 bg-accent" to={ id - ? `https://github.com/rain-cafe/protontweaks-db/edit/main/apps/${id}.json` - : 'https://github.com/rain-cafe/protontweaks-db/tree/main/apps' + ? `https://github.com/ribbon-studios/protontweaks-db/edit/main/apps/${id}.json` + : 'https://github.com/ribbon-studios/protontweaks-db/tree/main/apps' } > diff --git a/src/pages/SplashPage.tsx b/src/pages/SplashPage.tsx index 1b7cba4..ce45329 100644 --- a/src/pages/SplashPage.tsx +++ b/src/pages/SplashPage.tsx @@ -30,15 +30,15 @@ export const Component: FC = () => { } vertical > - - - @@ -53,15 +53,15 @@ export const Component: FC = () => { } vertical > - - - diff --git a/src/pages/apps/SearchPage.tsx b/src/pages/apps/SearchPage.tsx index 4f99449..f150acb 100644 --- a/src/pages/apps/SearchPage.tsx +++ b/src/pages/apps/SearchPage.tsx @@ -30,7 +30,7 @@ export const Component: FC = () => { return filteredApps.length === 0 ? ( -