1 Commits
Author SHA1 Message Date
reya 5500082426 chore: update metadata 2026-09-16 10:23:53 +07:00
7 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "aurora", "id": "aurora",
"name": "Aurora", "name": "Aurora",
"author": "Coop", "author": "Coop",
"url": "https://github.com/lumehq/coop", "url": "https://coopchat.xyz",
"light": { "light": {
"background": "#fdfcfeff", "background": "#fdfcfeff",
"surface_background": "#f8f8ffff", "surface_background": "#f8f8ffff",
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "forest", "id": "forest",
"name": "Forest", "name": "Forest",
"author": "Coop", "author": "Coop",
"url": "https://github.com/lumehq/coop", "url": "https://coopchat.xyz",
"light": { "light": {
"background": "#fbfefcff", "background": "#fbfefcff",
"surface_background": "#f4fbf6ff", "surface_background": "#f4fbf6ff",
+1 -1
View File
@@ -2,7 +2,7 @@
"id": "ocean", "id": "ocean",
"name": "Ocean", "name": "Ocean",
"author": "Coop", "author": "Coop",
"url": "https://github.com/lumehq/coop", "url": "https://coopchat.xyz",
"light": { "light": {
"background": "#fafefeff", "background": "#fafefeff",
"surface_background": "#f2fbfaff", "surface_background": "#f2fbfaff",
+2 -2
View File
@@ -64,7 +64,7 @@ impl Default for ThemeFamily {
id: "coop".into(), id: "coop".into(),
name: "Coop Default Theme".into(), name: "Coop Default Theme".into(),
author: "Coop".into(), author: "Coop".into(),
url: "https://github.com/lumehq/coop".into(), url: "https://github.com/reyakov/coop".into(),
light: ThemeColors::light(), light: ThemeColors::light(),
dark: ThemeColors::dark(), dark: ThemeColors::dark(),
} }
@@ -186,7 +186,7 @@ mod tests {
"id": "test-theme", "id": "test-theme",
"name": "Test Theme", "name": "Test Theme",
"author": "Coop", "author": "Coop",
"url": "https://github.com/lumehq/coop", "url": "https://github.com/reyakov/coop",
"light": { "light": {
"background": "#ffffff", "background": "#ffffff",
"surface_background": "#fafafa", "surface_background": "#fafafa",
@@ -35,13 +35,13 @@
<content_attribute id="social-audio">intense</content_attribute> <content_attribute id="social-audio">intense</content_attribute>
</content_rating> </content_rating>
<url type="homepage">https://reya.su/coop</url> <url type="homepage">https://coopchat.xyz</url>
<url type="bugtracker">https://github.com/lumehq/coop/issues</url> <url type="bugtracker">https://github.com/reyakov/coop/issues</url>
<url type="faq">https://github.com/lumehq/coop</url> <url type="faq">https://github.com/reyakov/coop</url>
<url type="help">https://github.com/lumehq/coop/issues</url> <url type="help">https://github.com/reyakov/coop/issues</url>
<url type="contact">https://reya.su/</url> <url type="contact">reyakov@proton.me</url>
<url type="vcs-browser">https://github.com/lumehq/coop</url> <url type="vcs-browser">https://github.com/reykov/coop</url>
<url type="contribute">https://github.com/lumehq/coop/blob/main/CONTRIBUTING.md</url> <url type="contribute">https://github.com/reyakov/coop/blob/main/CONTRIBUTING.md</url>
<supports> <supports>
<internet>yes</internet> <internet>yes</internet>
+4 -4
View File
@@ -14,10 +14,10 @@ description: |
grade: stable grade: stable
confinement: classic confinement: classic
compression: lzo compression: lzo
website: https://reya.su/coop website: https://reya.info/coop
source-code: https://github.com/lumehq/coop source-code: https://git.reya.info/reya/coop
issues: https://github.com/lumehq/coop/issues issues: https://github.com/reyakov/coop/issues
contact: https://reya.su contact: https://coopchat.xyz
parts: parts:
coop: coop:
+2 -2
View File
@@ -14,7 +14,7 @@ cd "$(dirname "$0")/.."
# Configuration # Configuration
APP_ID="su.reya.coop" APP_ID="su.reya.coop"
APP_NAME="Coop" APP_NAME="Coop"
REPO_URL="https://git.reya.su/reya/coop" REPO_URL="https://git.reya.info/reya/coop"
BRANDING_LIGHT="#FFE629" BRANDING_LIGHT="#FFE629"
BRANDING_DARK="#FFE629" BRANDING_DARK="#FFE629"
@@ -173,7 +173,7 @@ modules:
sources: sources:
# Main source code - specific commit # Main source code - specific commit
- type: git - type: git
url: https://git.reya.su/reya/coop.git url: https://git.reya.info/reya/coop.git
commit: "@COMMIT@" commit: "@COMMIT@"
tag: "v@VERSION@" tag: "v@VERSION@"