mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-01 15:18:26 +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
@@ -4,7 +4,7 @@ devices from user space via the spidev linux kernel driver.\
|
||||
This is a modified version of the code originally found\
|
||||
[here](http://elk.informatik.fh-augsburg.de/da/da-49/trees/pyap7k/lang/py-spi)\
|
||||
All code is GPLv2 licensed unless explicitly stated otherwise."
|
||||
HOMEPAGE = "http://github.com/doceme/py-spidev"
|
||||
HOMEPAGE = "https://github.com/doceme/py-spidev"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2077511c543a7c85245a516c47f4de78"
|
||||
|
||||
Reference in New Issue
Block a user