diff --git a/src/open/clients/Fractal.js b/src/open/clients/Fractal.js
index 4e1328d56aa32c60e3ff35e7dc18e77fa68c5e4b..b2c063731e0010d56dc8c392920d58109a91e183 100644
--- a/src/open/clients/Fractal.js
+++ b/src/open/clients/Fractal.js
@@ -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; }