From 9fedb9a3e71af4432a6e456266aaed28dd277c42 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 30 Mar 2026 23:38:37 +1300 Subject: [PATCH] python3-aiofiles: fix HOMEPAGE Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb b/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb index 1e9ebdf97d..726b876701 100644 --- a/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-aiofiles_24.1.0.bb @@ -1,6 +1,6 @@ SUMMARY = "File support for asyncio" DESCRIPTION = "Asynchronous local file IO library for asyncio and Python" -HOMEPAGE = "https://github.com/aio-libs/aiohttp" +HOMEPAGE = "https://github.com/Tinche/aiofiles" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"