Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bibletime/
Date: Mon, 31 May 2021 08:51:40
Message-Id: 1622451086.e03b5efd98e3d92a1060cb4a4bf23f79bb879cfb.marecki@gentoo
1 commit: e03b5efd98e3d92a1060cb4a4bf23f79bb879cfb
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 08:50:44 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 08:51:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e03b5efd
7
8 app-text/bibletime: Update HOMEPAGE URI to HTTPS
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-text/bibletime/bibletime-3.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/bibletime/bibletime-3.0.ebuild b/app-text/bibletime/bibletime-3.0.ebuild
16 index 8342a551980..bc31ba995fc 100644
17 --- a/app-text/bibletime/bibletime-3.0.ebuild
18 +++ b/app-text/bibletime/bibletime-3.0.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 inherit cmake xdg-utils
21
22 DESCRIPTION="Qt Bible-study application using the SWORD library"
23 -HOMEPAGE="http://bibletime.info/"
24 +HOMEPAGE="https://bibletime.info/"
25 SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
26
27 LICENSE="GPL-2"