From: Peter Kjellerstedt Date: Fri, 1 Apr 2022 21:58:20 +0000 (+0200) Subject: python3-jinja2: Correct HOMEPAGE X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261778c1e3665b34c0d4e49bda63b520d5335587;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-jinja2: Correct HOMEPAGE Signed-off-by: Peter Kjellerstedt Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb index 0a2bcd71f58..c38686a5c2f 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.1.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." -HOMEPAGE = "https://pypi.org/project/Jinja/" +HOMEPAGE = "https://pypi.org/project/Jinja2/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"