From 81da0c8fb086c6f83cd6b155e345fe86992e90c3 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 24 Feb 2019 19:45:12 +0100 Subject: sci-astronomy/pyephem: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild') diff --git a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild b/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild index 1a2ddf41ddf7..62b5f19683a0 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.6.0.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Astronomical routines for the python programming language" -HOMEPAGE="http://rhodesmill.org/pyephem/" +HOMEPAGE="https://rhodesmill.org/pyephem/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" -- cgit v1.2.3-65-gdbad