diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 19:54:21 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-06 20:04:56 +0100 |
| commit | bbb06b2ce0514f7170f2cea005c9d0f97b13a4a7 (patch) | |
| tree | 1d81ebe5be38e40c6b4629c9f2792ebcba6abc63 /gnu/packages/python-xyz.scm | |
| parent | 09effee863a2bcec0d675aa0ffba50e8be4330cb (diff) | |
gnu: python-asynckivy: Fix home page.
* gnu/packages/python-xyz.scm (python-asynckivy): [home-page]: Permanent
redirect from <https://github.com/gottadiveintopython/asynckivy> to
<https://github.com/asyncgui/asynckivy>.
Change-Id: I7ec47fb8396339e2e66489a0a9a4be4ec8265cb6
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 e0b579a101..0c26935dcf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -24818,7 +24818,7 @@ pytest-fixtures-style dependency injection.") (propagated-inputs (list python-kivy python-asyncgui)) - (home-page "https://github.com/gottadiveintopython/asynckivy") + (home-page "https://github.com/asyncgui/asynckivy") (synopsis "Async library for Kivy") (description "This package provides async versions of Kivy functions to avoid the |
