From 37e9b17b1e1655b743d42c5f0a574dde08853b20 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Tue, 25 Mar 2025 14:59:59 -0400 Subject: Use https:// in HOMEPAGE variable instead of http:// Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb') diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb index 990d3cf33e..fc0910770f 100644 --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb +++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.5.bb @@ -3,7 +3,7 @@ DESCRIPTION = "It was born from lack of existing library to read/write natively from Python the Office Open XML format. All kudos to the PHPExcel team as openpyxl \ was initially based on PHPExcel." -HOMEPAGE = "http://www.python-excel.org/" +HOMEPAGE = "https://www.python-excel.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489" -- cgit v1.2.3-54-g00ecf