mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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 = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
|
||||
HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
|
||||
HOMEPAGE = "https://semanchuk.com/philip/posix_ipc/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=513d94a7390d4d72f3475e2d45c739b5"
|
||||
|
||||
Reference in New Issue
Block a user