diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 19:56:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 20:04:55 +0100 |
| commit | 81be05a60aff5e11301879816b46d4fae5e5243c (patch) | |
| tree | 0d204e67fca41f9d12d70f78bf82f551580d0ece /gnu/packages/python-xyz.scm | |
| parent | aaa898ecb8c4b9310d9d1b2f8be4a93f9550b331 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 87398fe6cd..a9d7fbae22 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 |
