mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
pugixml: fix typo for homepage
Fix typo for HOMEPAGE var Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
074e115397
commit
31fb85103b
@@ -4,7 +4,7 @@ DOM-like interface with rich traversal/modification capabilities, \
|
||||
an extremely fast XML parser which constructs the DOM tree from \
|
||||
n XML file/buffer, and an XPath 1.0 implementation for complex \
|
||||
data-driven tree queries."
|
||||
HOMPAGE = "https://pugixml.org/"
|
||||
HOMEPAGE = "https://pugixml.org/"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d5ee91fb74cbb64223b3693fd64eb169"
|
||||
|
||||
Reference in New Issue
Block a user