diff options
author | Sam James <sam@gentoo.org> | 2022-05-15 00:08:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-15 00:11:53 +0000 |
commit | c0d13052e6e21f3ceb13f7c362ab4a55bd9aea05 (patch) | |
tree | e654410b42d11f99ebfa4eedb2e107868a868312 /app-misc/astrolog-ephemeris | |
parent | app-misc/astrolog: use HTTPS (diff) | |
download | gentoo-c0d13052e6e21f3ceb13f7c362ab4a55bd9aea05.tar.gz gentoo-c0d13052e6e21f3ceb13f7c362ab4a55bd9aea05.tar.bz2 gentoo-c0d13052e6e21f3ceb13f7c362ab4a55bd9aea05.zip |
app-misc/astrolog-ephemeris: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/astrolog-ephemeris')
-rw-r--r-- | app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild index 50678e32b846..7e24bdd3e783 100644 --- a/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild +++ b/app-misc/astrolog-ephemeris/astrolog-ephemeris-7.40.ebuild @@ -4,8 +4,8 @@ EAPI=8 DESCRIPTION="ephemeris files for optional extended accuracy of astrolog's calculations" -HOMEPAGE="http://www.astrolog.org/astrolog.htm" -SRC_URI="http://www.astrolog.org/ftp/ephem/ephemall.zip" +HOMEPAGE="https://www.astrolog.org/astrolog.htm" +SRC_URI="https://www.astrolog.org/ftp/ephem/ephemall.zip" LICENSE="astrolog" SLOT="0" |