diff mbox series

[v2,1/2] python3-jsonschema: Update homepage URL

Message ID 20230920-fix-python3-jsonschema-deps-v2-1-7c58f77c19d4@a-eberle.de
State Accepted, archived
Commit 10ac72a3b783a4bcf60d8ce0998310309e18287a
Headers show
Series python3-jsonschema: Fix rfc3339 validation dependencies in #kirkstone | expand

Commit Message

Stephan Wurm Sept. 20, 2023, 5:58 a.m. UTC
Although being redirected from the old URL, adapted HOMEPAGE to reflect
new official URL instead.

Signed-off-by: Stephan Wurm <stephan.wurm@a-eberle.de>
---
 meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb b/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb
index 10b39e76b2..92f4a56792 100644
--- a/meta/recipes-devtools/python/python3-jsonschema_4.4.0.bb
+++ b/meta/recipes-devtools/python/python3-jsonschema_4.4.0.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"