From: Stephan Wurm Date: Wed, 20 Sep 2023 05:58:19 +0000 (+0200) Subject: python3-jsonschema: Update homepage URL X-Git-Tag: yocto-4.3~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10ac72a3b783a4bcf60d8ce0998310309e18287a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-jsonschema: Update homepage URL Although being redirected from the old URL, adapted HOMEPAGE to reflect new official URL instead. Signed-off-by: Stephan Wurm Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb index 24cde3711c4..77f94924f91 100644 --- a/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb +++ b/meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb @@ -1,5 +1,5 @@ SUMMARY = "An implementation of JSON Schema validation for Python" -HOMEPAGE = "https://github.com/Julian/jsonschema" +HOMEPAGE = "https://github.com/python-jsonschema/jsonschema" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"