From 81be05a60aff5e11301879816b46d4fae5e5243c Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 6 May 2025 19:56:02 +0100 Subject: [PATCH] gnu: python-asyncgui: Fix hope page. * gnu/packages/python-xyz.scm (python-asyncgui): [home-page]: Permanent redirect from to . Change-Id: Ic2fcbf4abbc208d16ae33e91a9eb71e9febd7988 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 87398fe6cd92cc3c4e2ac72bf98de8a30f63ebfa..a9d7fbae22752ff840b16d2373ab68699edf3f33 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24834,7 +24834,7 @@ callback-heavy mode of interaction typical in some Kivy applications.") (native-inputs (list python-poetry-core python-pytest)) - (home-page "https://github.com/gottadiveintopython/asyncgui") + (home-page "https://github.com/asyncgui/asyncgui") (synopsis "Enables async/await without an event loop") (description "This package provides support for async/await applications without