diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-23 21:07:20 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-23 17:48:08 -0400 |
commit | 59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c (patch) | |
tree | 29da5fe5d374003235efbe3a82d0d10f4425394e /dev-embedded/platformio | |
parent | dev-python/editorconfig-core-py: use HTTPs (diff) | |
download | gentoo-59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c.tar.gz gentoo-59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c.tar.bz2 gentoo-59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c.zip |
dev-embedded/platformio: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8948
Diffstat (limited to 'dev-embedded/platformio')
-rw-r--r-- | dev-embedded/platformio/platformio-3.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |