mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 10:58:18 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
b5e0a0a0a6
commit
37e9b17b1e
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user