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-common | |
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-common')
-rw-r--r-- | app-dicts/sword-common/sword-common-1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-dicts/sword-common/sword-common-1.3.ebuild b/app-dicts/sword-common/sword-common-1.3.ebuild index 6853754b0583..e5a507f061e3 100644 --- a/app-dicts/sword-common/sword-common-1.3.ebuild +++ b/app-dicts/sword-common/sword-common-1.3.ebuild @@ -7,6 +7,6 @@ SWORD_MODULE="Common" inherit sword-module DESCRIPTION="The Common Edition: New Testament" -HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Common" +HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Common" LICENSE="free-noncomm" KEYWORDS="~amd64 ~ppc ~x86" |