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 = "pandas library for high-performance data analysis tools"
|
||||
DESCRIPTION = "pandas is an open source, BSD-licensed library providing \
|
||||
high-performance, easy-to-use data structures and data analysis tools for \
|
||||
the Python programming language."
|
||||
HOMEPAGE = "http://pandas.pydata.org/"
|
||||
HOMEPAGE = "https://pandas.pydata.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb819092901ddb13a7d0a4f5e05f098a"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user