diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-13 19:07:48 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-20 16:27:10 -0400 |
commit | 3f47781635de4d1c020997ca1c245df43572ecce (patch) | |
tree | a8297aff85f6fda0a0129f74011c4fc7f89923c3 /app-misc/pdfpc | |
parent | dev-php/PHP_Timer: use HTTPS (diff) | |
download | gentoo-3f47781635de4d1c020997ca1c245df43572ecce.tar.gz gentoo-3f47781635de4d1c020997ca1c245df43572ecce.tar.bz2 gentoo-3f47781635de4d1c020997ca1c245df43572ecce.zip |
app-misc/pdfpc: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11357
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-misc/pdfpc')
-rw-r--r-- | app-misc/pdfpc/pdfpc-4.3.0.ebuild | 2 | ||||
-rw-r--r-- | 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 c7c93c172f18..2268d0460d91 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 acb64556e3fd..8de1c1444c14 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+" |