diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-07-25 15:50:12 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-07-25 15:53:23 +0200 |
commit | 524d09d6512a9a4c85a33b5ae11195de7cda6835 (patch) | |
tree | 78e1e23bbf319016635f9a1edf456bfd53f8c550 /app-text/sword | |
parent | games-misc/fortune-mod-scriptures: bump EAPI version to 7 (diff) | |
download | gentoo-524d09d6512a9a4c85a33b5ae11195de7cda6835.tar.gz gentoo-524d09d6512a9a4c85a33b5ae11195de7cda6835.tar.bz2 gentoo-524d09d6512a9a4c85a33b5ae11195de7cda6835.zip |
app-text/sword: switch to https URIs
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/sword-1.8.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/sword/sword-1.8.1-r1.ebuild b/app-text/sword/sword-1.8.1-r1.ebuild index acafbb4e5311..7da3c1961d47 100644 --- a/app-text/sword/sword-1.8.1-r1.ebuild +++ b/app-text/sword/sword-1.8.1-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit flag-o-matic cmake-utils DESCRIPTION="Library for Bible reading software" -HOMEPAGE="http://www.crosswire.org/sword/" -SRC_URI="http://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz" +HOMEPAGE="https://www.crosswire.org/sword/" +SRC_URI="https://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |