From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB711138334 for ; Sat, 23 Jun 2018 21:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1B90E096A; Sat, 23 Jun 2018 21:48:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A62EFE096A for ; Sat, 23 Jun 2018 21:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 521ED335C9E for ; Sat, 23 Jun 2018 21:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0D8A2FA for ; Sat, 23 Jun 2018 21:48:30 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1529790488.59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/platformio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/platformio/platformio-3.5.3.ebuild X-VCS-Directories: dev-embedded/platformio/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c X-VCS-Branch: master Date: Sat, 23 Jun 2018 21:48:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bbd2dd61-32e6-4f8d-9cbd-073f38102cf2 X-Archives-Hash: d2b9940617ac7f843a78bb93cee5bfdb commit: 59ce9d2d6be48d0a6b3d04a01727e2e67f61d03c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Jun 23 19:07:20 2018 +0000 Commit: Aaron Bauman gentoo 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"