From: Michael Mair-Keimberger Date: Sat, 23 Jun 2018 19:07:20 +0000 (+0200) Subject: dev-embedded/platformio: use HTTPs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c;p=gentoo.git dev-embedded/platformio: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8948 --- diff --git a/dev-embedded/platformio/platformio-3.5.3.ebuild b/dev-embedded/platformio/platformio-3.5.3.ebuild index 1f41bb03d1a6..a4d3b719d1c2 100644 --- a/dev-embedded/platformio/platformio-3.5.3.ebuild +++ b/dev-embedded/platformio/platformio-3.5.3.ebuild @@ -9,7 +9,7 @@ DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 DESCRIPTION="An open source ecosystem for IoT development" -HOMEPAGE="http://platformio.org/" +HOMEPAGE="https://platformio.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"