summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-networking/python/python3-ldap_3.4.4.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-03-25 14:59:59 -0400
committerKhem Raj <raj.khem@gmail.com>2025-03-25 18:32:07 -0700
commit37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch)
tree1d23e6e143366e83204d509e01397859c744a92d /meta-python/recipes-networking/python/python3-ldap_3.4.4.bb
parentb5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff)
downloadmeta-openembedded-37e9b17b1e1655b743d42c5f0a574dde08853b20.tar.gz
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-networking/python/python3-ldap_3.4.4.bb')
-rw-r--r--meta-python/recipes-networking/python/python3-ldap_3.4.4.bb2
1 files changed, 1 insertions, 1 deletions
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 \
3(Lightweight Directory Access Protocol) through Python operations \ 3(Lightweight Directory Access Protocol) through Python operations \
4instead of C API. The module mainly acts as a wrapper for the \ 4instead of C API. The module mainly acts as a wrapper for the \
5OpenLDAP 2.x libraries. Errors will appear as exceptions." 5OpenLDAP 2.x libraries. Errors will appear as exceptions."
6HOMEPAGE = "http://www.python-ldap.org/" 6HOMEPAGE = "https://www.python-ldap.org/"
7LICENSE = "PSF-2.0" 7LICENSE = "PSF-2.0"
8LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b" 8LIC_FILES_CHKSUM = "file://LICENCE;md5=36ce9d726d0321b73c1521704d07db1b"
9 9