summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.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-pyjwt_2.10.1.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-pyjwt_2.10.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb
index 12b76ec3c1..d23347878e 100644
--- a/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.10.1.bb
@@ -1,7 +1,7 @@
1SUMMARY = "JSON Web Token implementation in Python" 1SUMMARY = "JSON Web Token implementation in Python"
2DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\ 2DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\
3 Original implementation was written by https://github.com/progrium" 3 Original implementation was written by https://github.com/progrium"
4HOMEPAGE = "http://github.com/jpadilla/pyjwt" 4HOMEPAGE = "https://github.com/jpadilla/pyjwt"
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=e4b56d2c9973d8cf54655555be06e551"
7 7