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",
"name": "Aurora",
"author": "Coop",
"url": "https://github.com/lumehq/coop",
"url": "https://coopchat.xyz",
"light": {
"background": "#fdfcfeff",
"surface_background": "#f8f8ffff",
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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",
+2 -2
View File
@@ -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",
@@ -35,13 +35,13 @@
<content_attribute id="social-audio">intense</content_attribute>
</content_rating>
<url type="homepage">https://reya.su/coop</url>
<url type="bugtracker">https://github.com/lumehq/coop/issues</url>
<url type="faq">https://github.com/lumehq/coop</url>
<url type="help">https://github.com/lumehq/coop/issues</url>
<url type="contact">https://reya.su/</url>
<url type="vcs-browser">https://github.com/lumehq/coop</url>
<url type="contribute">https://github.com/lumehq/coop/blob/main/CONTRIBUTING.md</url>
<url type="homepage">https://coopchat.xyz</url>
<url type="bugtracker">https://github.com/reyakov/coop/issues</url>
<url type="faq">https://github.com/reyakov/coop</url>
<url type="help">https://github.com/reyakov/coop/issues</url>
<url type="contact">reyakov@proton.me</url>
<url type="vcs-browser">https://github.com/reykov/coop</url>
<url type="contribute">https://github.com/reyakov/coop/blob/main/CONTRIBUTING.md</url>
<supports>
<internet>yes</internet>
+4 -4
View File
@@ -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:
+2 -2
View File
@@ -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@"