sharlatan pushed a commit to branch master
in repository guix.

commit bbb06b2ce0514f7170f2cea005c9d0f97b13a4a7
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue May 6 19:54:21 2025 +0100

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

Reply via email to