diff mbox series

[meta-python] python3-appdirs:Add HOMEPAGE

Message ID 20260202013814.14500-1-liuyd.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-appdirs:Add HOMEPAGE | expand

Commit Message

Yiding Liu (Fujitsu) Feb. 2, 2026, 1:38 a.m. UTC
Add HOMEPAGE in python3-appdirs.

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
index bee0b7d815..c027e80b28 100644
--- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
@@ -1,4 +1,5 @@ 
 SUMMARY = "A small Python module for determining appropriate + platform-specific dirs, e.g. a user data dir."
+HOMEPAGE = "https://github.com/ActiveState/appdirs"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=31625363c45eb0c67c630a2f73e438e4"