diff options
author | Stephan Wurm <stephan.wurm@a-eberle.de> | 2023-09-20 07:58:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-26 10:35:27 +0100 |
commit | 28c1548d555a4869a12f4111ad8906e288858a5f (patch) | |
tree | 0edc5fe1442d1feb74149d628344c158440dda58 /meta/recipes-devtools | |
parent | f69017a713803a0e47fe3f0207c1a5b22ad30030 (diff) | |
download | poky-28c1548d555a4869a12f4111ad8906e288858a5f.tar.gz |
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 <stephan.wurm@a-eberle.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-jsonschema_4.17.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | SUMMARY = "An implementation of JSON Schema validation for Python" | 1 | SUMMARY = "An implementation of JSON Schema validation for Python" |
2 | HOMEPAGE = "https://github.com/Julian/jsonschema" | 2 | HOMEPAGE = "https://github.com/python-jsonschema/jsonschema" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \ |
5 | file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" | 5 | file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af" |