Update Fractal homepage URL

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-01-18 19:35:42 +01:00
parent dbc054eda7
commit d3458399c5
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -24,7 +24,7 @@ export class Fractal {
get name() { return "Fractal"; }
get icon() { return "images/client-icons/fractal.svg"; }
get author() { return "Daniel Garcia Moreno"; }
get homepage() { return "https://gitlab.gnome.org/GNOME/fractal"; }
get homepage() { return "https://gitlab.gnome.org/World/fractal"; }
get platforms() { return [Platform.Linux]; }
get description() { return 'GNOME client, suitable for desktop and mobile. Written in Rust.'; }
getMaturity(platform) { return Maturity.Beta; }