summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-03-25 14:59:59 -0400
committerKhem Raj <raj.khem@gmail.com>2025-03-25 18:32:07 -0700
commit37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch)
tree1d23e6e143366e83204d509e01397859c744a92d /meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb
parentb5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff)
downloadmeta-openembedded-37e9b17b1e1655b743d42c5f0a574dde08853b20.tar.gz
Use https:// in HOMEPAGE variable instead of http://
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb b/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb
index 670928548b..cf456ac2e6 100644
--- a/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-robotframework_7.2.2.bb
@@ -5,7 +5,7 @@ tabular test data syntax and it utilizes the keyword-driven testing approach.\
5Its testing capabilities can be extended by test libraries implemented either\ 5Its testing capabilities can be extended by test libraries implemented either\
6with Python or Java, and users can create new higher-level keywords from\ 6with Python or Java, and users can create new higher-level keywords from\
7existing ones using the same syntax that is used for creating test cases." 7existing ones using the same syntax that is used for creating test cases."
8HOMEPAGE = "http://robotframework.org" 8HOMEPAGE = "https://robotframework.org"
9LICENSE = "Apache-2.0" 9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 10LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11