From 5500082426d4f3590496110448386fe52c2b655a Mon Sep 17 00:00:00 2001 From: Ren Amamiya Date: Wed, 16 Sep 2026 10:23:53 +0700 Subject: [PATCH] chore: update metadata --- assets/themes/aurora.json | 2 +- assets/themes/forest.json | 2 +- assets/themes/ocean.json | 2 +- crates/theme/src/theme.rs | 4 ++-- desktop/resources/flatpak/coop.metainfo.xml.in | 14 +++++++------- desktop/resources/snap/snapcraft.yaml.in | 8 ++++---- script/prepare-flathub | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/assets/themes/aurora.json b/assets/themes/aurora.json index 38f5ba3c..83d78f8c 100644 --- a/assets/themes/aurora.json +++ b/assets/themes/aurora.json @@ -2,7 +2,7 @@ "id": "aurora", "name": "Aurora", "author": "Coop", - "url": "https://github.com/lumehq/coop", + "url": "https://coopchat.xyz", "light": { "background": "#fdfcfeff", "surface_background": "#f8f8ffff", diff --git a/assets/themes/forest.json b/assets/themes/forest.json index 0e1c03a4..6c3be0bf 100644 --- a/assets/themes/forest.json +++ b/assets/themes/forest.json @@ -2,7 +2,7 @@ "id": "forest", "name": "Forest", "author": "Coop", - "url": "https://github.com/lumehq/coop", + "url": "https://coopchat.xyz", "light": { "background": "#fbfefcff", "surface_background": "#f4fbf6ff", diff --git a/assets/themes/ocean.json b/assets/themes/ocean.json index f4eb39f0..6c1ce2cf 100644 --- a/assets/themes/ocean.json +++ b/assets/themes/ocean.json @@ -2,7 +2,7 @@ "id": "ocean", "name": "Ocean", "author": "Coop", - "url": "https://github.com/lumehq/coop", + "url": "https://coopchat.xyz", "light": { "background": "#fafefeff", "surface_background": "#f2fbfaff", diff --git a/crates/theme/src/theme.rs b/crates/theme/src/theme.rs index 4f396cc7..ab7da1ed 100644 --- a/crates/theme/src/theme.rs +++ b/crates/theme/src/theme.rs @@ -64,7 +64,7 @@ impl Default for ThemeFamily { id: "coop".into(), name: "Coop Default Theme".into(), author: "Coop".into(), - url: "https://github.com/lumehq/coop".into(), + url: "https://github.com/reyakov/coop".into(), light: ThemeColors::light(), dark: ThemeColors::dark(), } @@ -186,7 +186,7 @@ mod tests { "id": "test-theme", "name": "Test Theme", "author": "Coop", - "url": "https://github.com/lumehq/coop", + "url": "https://github.com/reyakov/coop", "light": { "background": "#ffffff", "surface_background": "#fafafa", diff --git a/desktop/resources/flatpak/coop.metainfo.xml.in b/desktop/resources/flatpak/coop.metainfo.xml.in index e3703d3f..fcf5e9f1 100644 --- a/desktop/resources/flatpak/coop.metainfo.xml.in +++ b/desktop/resources/flatpak/coop.metainfo.xml.in @@ -35,13 +35,13 @@ intense - https://reya.su/coop - https://github.com/lumehq/coop/issues - https://github.com/lumehq/coop - https://github.com/lumehq/coop/issues - https://reya.su/ - https://github.com/lumehq/coop - https://github.com/lumehq/coop/blob/main/CONTRIBUTING.md + https://coopchat.xyz + https://github.com/reyakov/coop/issues + https://github.com/reyakov/coop + https://github.com/reyakov/coop/issues + reyakov@proton.me + https://github.com/reykov/coop + https://github.com/reyakov/coop/blob/main/CONTRIBUTING.md yes diff --git a/desktop/resources/snap/snapcraft.yaml.in b/desktop/resources/snap/snapcraft.yaml.in index 6c829e4d..4c2143bb 100644 --- a/desktop/resources/snap/snapcraft.yaml.in +++ b/desktop/resources/snap/snapcraft.yaml.in @@ -14,10 +14,10 @@ description: | grade: stable confinement: classic compression: lzo -website: https://reya.su/coop -source-code: https://github.com/lumehq/coop -issues: https://github.com/lumehq/coop/issues -contact: https://reya.su +website: https://reya.info/coop +source-code: https://git.reya.info/reya/coop +issues: https://github.com/reyakov/coop/issues +contact: https://coopchat.xyz parts: coop: diff --git a/script/prepare-flathub b/script/prepare-flathub index daf8725c..93c393c5 100755 --- a/script/prepare-flathub +++ b/script/prepare-flathub @@ -14,7 +14,7 @@ cd "$(dirname "$0")/.." # Configuration APP_ID="su.reya.coop" APP_NAME="Coop" -REPO_URL="https://git.reya.su/reya/coop" +REPO_URL="https://git.reya.info/reya/coop" BRANDING_LIGHT="#FFE629" BRANDING_DARK="#FFE629" @@ -173,7 +173,7 @@ modules: sources: # Main source code - specific commit - type: git - url: https://git.reya.su/reya/coop.git + url: https://git.reya.info/reya/coop.git commit: "@COMMIT@" tag: "v@VERSION@"