fractal: set meta.homepage correctly

This commit is contained in:
Tom van Dijk
2025-06-11 20:25:40 +02:00
parent 16098eb53e
commit 48d6ed970c
+1 -1
View File
@@ -109,7 +109,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Matrix group messaging app";
homepage = "https://gitlab.gnome.org/GNOME/fractal";
homepage = "https://gitlab.gnome.org/World/fractal";
changelog = "https://gitlab.gnome.org/World/fractal/-/releases/${version}";
license = lib.licenses.gpl3Plus;
teams = [ lib.teams.gnome ];