Update Fractal homepage URL
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
dbc054eda7
commit
d3458399c5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export class Fractal {
|
||||||
get name() { return "Fractal"; }
|
get name() { return "Fractal"; }
|
||||||
get icon() { return "images/client-icons/fractal.svg"; }
|
get icon() { return "images/client-icons/fractal.svg"; }
|
||||||
get author() { return "Daniel Garcia Moreno"; }
|
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 platforms() { return [Platform.Linux]; }
|
||||||
get description() { return 'GNOME client, suitable for desktop and mobile. Written in Rust.'; }
|
get description() { return 'GNOME client, suitable for desktop and mobile. Written in Rust.'; }
|
||||||
getMaturity(platform) { return Maturity.Beta; }
|
getMaturity(platform) { return Maturity.Beta; }
|
||||||
|
|
Loading…
Reference in a new issue