mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +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
@@ -2,7 +2,7 @@ SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spre
|
||||
DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\
|
||||
versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \
|
||||
Strong support for Excel dates. Unicode-aware."
|
||||
HOMEPAGE = "http://www.python-excel.org/"
|
||||
HOMEPAGE = "https://www.python-excel.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=00ea1e843a43c20d9b63a8112239b0d1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user