dev-libs/libmodbus: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2019-03-13 19:13:28 +01:00
committed by Aaron Bauman
parent db1ceeff12
commit dc1285bbcd

View File

@@ -4,8 +4,8 @@
EAPI=6
DESCRIPTION="Modbus library which supports RTU communication over a serial line or a TCP link"
HOMEPAGE="http://libmodbus.org/"
SRC_URI="http://libmodbus.org/releases/${P}.tar.gz"
HOMEPAGE="https://libmodbus.org/"
SRC_URI="https://libmodbus.org/releases/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"