From 28c1548d555a4869a12f4111ad8906e288858a5f Mon Sep 17 00:00:00 2001 From: Stephan Wurm Date: Wed, 20 Sep 2023 07:58:19 +0200 Subject: [PATCH] python3-jsonschema: Update homepage URL Although being redirected from the old URL, adapted HOMEPAGE to reflect new official URL instead. (From OE-Core rev: 10ac72a3b783a4bcf60d8ce0998310309e18287a) Signed-off-by: Stephan Wurm Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 24cde3711c..77f94924f9 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"