diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-03-25 14:59:59 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 18:32:07 -0700 |
commit | 37e9b17b1e1655b743d42c5f0a574dde08853b20 (patch) | |
tree | 1d23e6e143366e83204d509e01397859c744a92d /meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb | |
parent | b5e0a0a0a6c8d5b904742cc3f324e03776809645 (diff) | |
download | meta-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-sqlalchemy_2.0.39.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb index fd6853939e..4668a9da05 100644 --- a/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb +++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_2.0.39.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ | 1 | DESCRIPTION = "Python SQL toolkit and Object Relational Mapper that gives \ |
2 | application developers the full power and flexibility of SQL" | 2 | application developers the full power and flexibility of SQL" |
3 | HOMEPAGE = "http://www.sqlalchemy.org/" | 3 | HOMEPAGE = "https://www.sqlalchemy.org/" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=061025f14213ac2818ff353223d6eca6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=061025f14213ac2818ff353223d6eca6" |
6 | 6 | ||