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 DBD66138334 for ; Mon, 18 Feb 2019 19:41:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E04ECE081A; Mon, 18 Feb 2019 19:41:45 +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 B6321E081A for ; Mon, 18 Feb 2019 19:41:45 +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 35F98335CE9 for ; Mon, 18 Feb 2019 19:41:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A25D754A for ; Mon, 18 Feb 2019 19:41:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1550518895.02f153d938dff63385dae0146aabcf9ff6c33be1.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openastro/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openastro/openastro-1.1.56.ebuild X-VCS-Directories: app-misc/openastro/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 02f153d938dff63385dae0146aabcf9ff6c33be1 X-VCS-Branch: master Date: Mon, 18 Feb 2019 19:41:42 +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: ac5f1a6a-2500-417f-be08-e811626e3648 X-Archives-Hash: 9a9c86c528607cb092f8fc95e1051d45 commit: 02f153d938dff63385dae0146aabcf9ff6c33be1 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 17 16:49:25 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Feb 18 19:41:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f153d9 app-misc/openastro: use HTTPS. Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Patrice Clement gentoo.org> app-misc/openastro/openastro-1.1.56.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/openastro/openastro-1.1.56.ebuild b/app-misc/openastro/openastro-1.1.56.ebuild index 1a0a8770f70..1338e8e212f 100644 --- a/app-misc/openastro/openastro-1.1.56.ebuild +++ b/app-misc/openastro/openastro-1.1.56.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit distutils-r1 MY_PN=${PN}.org DESCRIPTION="A fully-featured Open Source Astrology Program" -HOMEPAGE="http://openastro.org" +HOMEPAGE="https://www.openastro.org" SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz" LICENSE="GPL-3+"