diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-25 15:27:34 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-25 15:53:10 +0200 |
commit | 5468899b1eb0b71acfd4b1b3b1edde5bb1afe412 (patch) | |
tree | ea9d51dd5bc09301eb91ef234ed40134caaa10dd /app-dicts/sword-rwp | |
parent | app-dicts/sword-*: bump EAPI version to 7 (diff) | |
download | gentoo-5468899b1eb0b71acfd4b1b3b1edde5bb1afe412.tar.gz gentoo-5468899b1eb0b71acfd4b1b3b1edde5bb1afe412.tar.bz2 gentoo-5468899b1eb0b71acfd4b1b3b1edde5bb1afe412.zip |
app-dicts/sword-*: use https URIs
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-dicts/sword-rwp')
-rw-r--r-- | app-dicts/sword-rwp/sword-rwp-1.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-dicts/sword-rwp/sword-rwp-1.9.ebuild b/app-dicts/sword-rwp/sword-rwp-1.9.ebuild index dde26af208a7..59a47c603919 100644 --- a/app-dicts/sword-rwp/sword-rwp-1.9.ebuild +++ b/app-dicts/sword-rwp/sword-rwp-1.9.ebuild @@ -7,6 +7,6 @@ SWORD_MODULE="RWP" inherit sword-module DESCRIPTION="Robertson's Word Pictures" -HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=RWP" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=RWP" LICENSE="public-domain" KEYWORDS="~amd64 ~ppc ~x86" |