diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-21 20:45:34 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-03-26 15:15:29 -0400 |
commit | 8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5 (patch) | |
tree | 4242f69b58d86c56f78cf20f2a2cb1132f46e485 /app-text/openlp | |
parent | media-video/rtmpdump: use HTTPS, improve ebuild readability (diff) | |
download | gentoo-8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5.tar.gz gentoo-8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5.tar.bz2 gentoo-8606abd5dcb2bfe952f7f5b6afcb118b7697cfd5.zip |
app-text/openlp: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/7539
Diffstat (limited to 'app-text/openlp')
-rw-r--r-- | app-text/openlp/openlp-2.4.2.ebuild | 4 |
1 files 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 eb72deb54d74..bc37f2d34a1d 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" |