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>
This commit is contained in:
Jason Schonberg
2025-03-25 14:59:59 -04:00
committed by Khem Raj
parent b5e0a0a0a6
commit 37e9b17b1e
57 changed files with 57 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
SUMMARY = "Pure-python wrapper for libusb-1.0"
HOMEPAGE = "http://github.com/vpelletier/python-libusb1"
HOMEPAGE = "https://github.com/vpelletier/python-libusb1"
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=751419260aa954499f7abaabaa882bbe \