mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-21 22:50:24 +00:00
recipes: correct homepage
Leading space leads to SPDX document validation errors for url in some tools. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Python expectaton library"
|
||||
DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
||||
SECTION = "devel/python"
|
||||
HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
|
||||
HOMEPAGE = "https://bitbucket.org/dwt/pyexpect"
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user