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-networking/python/python3-ldap_3.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-networking/python/python3-ldap_3.4.4.bb') diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb index 6caf5f37ce..aecffa9d7e 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb @@ -3,7 +3,7 @@ DESCRIPTION = "This module provides access to the LDAP \ (Lightweight Directory Access Protocol) through Python operations \ instead of C API. The module mainly acts as a wrapper for the \ OpenLDAP 2.x libraries. Errors will appear as exceptions." -HOMEPAGE = "http://www.python-ldap.org/" +HOMEPAGE = "https://www.python-ldap.org/" LICENSE = "PSF-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" -- cgit v1.2.3-54-g00ecf