commit: 8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Mar 21 19:45:34 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Mar 26 19:15:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8606abd5
app-text/openlp: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7539 app-text/openlp/openlp-2.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/openlp/openlp-2.4.2.ebuild b/app-text/openlp/openlp-2.4.2.ebuild index eb72deb54d7..bc37f2d34a1 100644 --- a/app-text/openlp/openlp-2.4.2.ebuild +++ b/app-text/openlp/openlp-2.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ PYTHON_REQ_USE='sqlite' inherit distutils-r1 DESCRIPTION="Free church presentation software" -HOMEPAGE="http://openlp.org/" +HOMEPAGE="https://openlp.org/" SRC_URI="https://get.openlp.org/${PV}/OpenLP-${PV}.tar.gz" LICENSE="GPL-2"