commit: 3f47781635de4d1c020997ca1c245df43572ecce Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Wed Mar 13 18:07:48 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Mar 20 20:27:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f477816
app-misc/pdfpc: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11357 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> app-misc/pdfpc/pdfpc-4.3.0.ebuild | 2 +- app-misc/pdfpc/pdfpc-4.3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/pdfpc/pdfpc-4.3.0.ebuild b/app-misc/pdfpc/pdfpc-4.3.0.ebuild index c7c93c172f1..2268d0460d9 100644 --- a/app-misc/pdfpc/pdfpc-4.3.0.ebuild +++ b/app-misc/pdfpc/pdfpc-4.3.0.ebuild @@ -9,7 +9,7 @@ VALA_MAX_API_VERSION="0.36" # fix sed line if you increase this inherit vala cmake-utils DESCRIPTION="Presenter console with multi-monitor support for PDF files" -HOMEPAGE="http://pdfpc.github.io" +HOMEPAGE="https://pdfpc.github.io" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-misc/pdfpc/pdfpc-4.3.2.ebuild b/app-misc/pdfpc/pdfpc-4.3.2.ebuild index acb64556e3f..8de1c1444c1 100644 --- a/app-misc/pdfpc/pdfpc-4.3.2.ebuild +++ b/app-misc/pdfpc/pdfpc-4.3.2.ebuild @@ -9,7 +9,7 @@ VALA_MAX_API_VERSION="0.42" # fix sed line if you increase this inherit vala cmake-utils DESCRIPTION="Presenter console with multi-monitor support for PDF files" -HOMEPAGE="http://pdfpc.github.io" +HOMEPAGE="https://pdfpc.github.io" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+"
