diff options
author | Sam James <sam@gentoo.org> | 2022-05-15 00:08:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-15 00:11:52 +0000 |
commit | 967bf7268a2b35eac1a0f8f7f6594e75a65eea1a (patch) | |
tree | bfa8c11434f48721c33fdd5a1ea3f8eb1e38f4f0 /app-misc/astrolog | |
parent | app-misc/astrolog-ephemeris: add 7.40 (diff) | |
download | gentoo-967bf7268a2b35eac1a0f8f7f6594e75a65eea1a.tar.gz gentoo-967bf7268a2b35eac1a0f8f7f6594e75a65eea1a.tar.bz2 gentoo-967bf7268a2b35eac1a0f8f7f6594e75a65eea1a.zip |
app-misc/astrolog: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/astrolog')
-rw-r--r-- | app-misc/astrolog/astrolog-7.40.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/astrolog/astrolog-7.40.ebuild b/app-misc/astrolog/astrolog-7.40.ebuild index 9c3aa7f25720..ede487c65b7d 100644 --- a/app-misc/astrolog/astrolog-7.40.ebuild +++ b/app-misc/astrolog/astrolog-7.40.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="A many featured astrology chart calculation program" -HOMEPAGE="http://www.astrolog.org/astrolog.htm" -SRC_URI="http://www.astrolog.org/ftp/ast74src.zip" +HOMEPAGE="https://www.astrolog.org/astrolog.htm" +SRC_URI="https://www.astrolog.org/ftp/ast74src.zip" LICENSE="astrolog" SLOT="0" |