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 3B8531382C5 for ; Wed, 13 Jan 2021 21:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46D04E09A8; Wed, 13 Jan 2021 21:07:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 29362E09A1 for ; Wed, 13 Jan 2021 21:07:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4149F340EEC for ; Wed, 13 Jan 2021 21:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC0064B0 for ; Wed, 13 Jan 2021 21:06:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610571866.59ce9d8800cef92496fed7aee69dd279cf6a6ddb.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pysolar/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pysolar/pysolar-0.8.ebuild X-VCS-Directories: dev-python/pysolar/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 59ce9d8800cef92496fed7aee69dd279cf6a6ddb X-VCS-Branch: master Date: Wed, 13 Jan 2021 21:06:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 27c23542-c244-488c-a6ab-d0a63479b745 X-Archives-Hash: 168c2a2e9f81084f18528a01586a1059 commit: 59ce9d8800cef92496fed7aee69dd279cf6a6ddb Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 13 21:04:26 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 21:04:26 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=59ce9d88 dev-python/pysolar: use https homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pysolar/pysolar-0.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pysolar/pysolar-0.8.ebuild b/dev-python/pysolar/pysolar-0.8.ebuild index c12be9054..5c8dc084a 100644 --- a/dev-python/pysolar/pysolar-0.8.ebuild +++ b/dev-python/pysolar/pysolar-0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ AUTHOR=pingswept inherit distutils-r1 DESCRIPTION="Collection of Python libraries for simulating the irradiation by the sun" -HOMEPAGE="http://pysolar.org/" +HOMEPAGE="https://pysolar.org/" SRC_URI="https://github.com/${AUTHOR}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3"