diff options
Diffstat (limited to 'app-misc/openastro-data')
-rw-r--r-- | app-misc/openastro-data/openastro-data-1.8.ebuild | 7 |
1 files 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} |