gnu: python-asyncgui: Fix hope page.

* gnu/packages/python-xyz.scm (python-asyncgui): [home-page]: Permanent
redirect from <https://github.com/gottadiveintopython/asyncgui> to
<https://github.com/asyncgui/asyncgui>.

Change-Id: Ic2fcbf4abbc208d16ae33e91a9eb71e9febd7988
This commit is contained in:
Sharlatan Hellseher 2025-05-06 19:56:02 +01:00
parent aaa898ecb8
commit 81be05a60a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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