From 7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 17 Feb 2019 17:48:52 +0100 Subject: [PATCH] app-misc/openastro-data: use HTTPS. Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11089 Signed-off-by: Patrice Clement --- app-misc/openastro-data/openastro-data-1.8.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-misc/openastro-data/openastro-data-1.8.ebuild b/app-misc/openastro-data/openastro-data-1.8.ebuild index 34fb99b46590..f864371491fa 100644 --- a/app-misc/openastro-data/openastro-data-1.8.ebuild +++ b/app-misc/openastro-data/openastro-data-1.8.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 @@ -11,14 +11,11 @@ MY_PN=${PN/-data} MY_PN=${MY_PN}.org-data DESCRIPTION="OpenAstro data files, ephemeris, famous people database, geo database" -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" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3+" SLOT="0" -DEPEND="" -RDEPEND="${DEPEND}" - S=${WORKDIR}/${MY_PN}-${PV} -- 2.26.2