From 817e06d4266bf89e9a3b5d46c72358971ade262f Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 5 May 2024 11:35:18 +0800 Subject: [PATCH] Correct the repo URL. --- gtk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/pyproject.toml b/gtk/pyproject.toml index 71c056d2d6..14f263206f 100644 --- a/gtk/pyproject.toml +++ b/gtk/pyproject.toml @@ -66,7 +66,7 @@ root = ".." dependencies = [ "pycairo >= 1.17.0", # Use the in-development !189 benzea/gio-asyncio branch - "pygobject @ git+https://gitlab.gnome.com/GNOME/pygojbect.git@benzea/gio-asyncio", + "pygobject @ git+https://gitlab.gnome.org/GNOME/pygobject.git@benzea/gio-asyncio", "toga-core == {version}", ]