commit: 59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Jun 23 19:07:20 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Jun 23 21:48:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ce9d2d
dev-embedded/platformio: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8948 dev-embedded/platformio/platformio-3.5.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/platformio/platformio-3.5.3.ebuild b/dev-embedded/platformio/platformio-3.5.3.ebuild index 1f41bb03d1a..a4d3b719d1c 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"
