mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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:
committed by
Khem Raj
parent
b5e0a0a0a6
commit
37e9b17b1e
@@ -1,5 +1,5 @@
|
||||
DESCRIPTION = "A pure Python 2/3 library for peripheral I/O (GPIO, LED, PWM, SPI, I2C, MMIO, Serial) in Linux."
|
||||
HOMEPAGE = "http://pythonhosted.org/python-periphery/"
|
||||
HOMEPAGE = "https://pythonhosted.org/python-periphery/"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=30fe6f023a80fb33989fb3b9d773fea0"
|
||||
|
||||
Reference in New Issue
Block a user