commit: 969d4fc2f0a17f5e758f7bb4fa6753ee676db697 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Sep 15 15:15:43 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Sep 15 16:38:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969d4fc2
app-crypt/xca: use HTTPS for home page Closes: https://github.com/gentoo/gentoo/pull/9874 app-crypt/xca/xca-1.4.1.ebuild | 2 +- app-crypt/xca/xca-2.1.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/xca/xca-1.4.1.ebuild b/app-crypt/xca/xca-1.4.1.ebuild index 894cba578be..27a4d7c8af8 100644 --- a/app-crypt/xca/xca-1.4.1.ebuild +++ b/app-crypt/xca/xca-1.4.1.ebuild @@ -6,7 +6,7 @@ EAPI="6" inherit xdg-utils DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests etc" -HOMEPAGE="http://hohnstaedt.de/xca/" +HOMEPAGE="https://hohnstaedt.de/xca/" SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/app-crypt/xca/xca-2.1.0.ebuild b/app-crypt/xca/xca-2.1.0.ebuild index 1577add7f67..083396d5b9e 100644 --- a/app-crypt/xca/xca-2.1.0.ebuild +++ b/app-crypt/xca/xca-2.1.0.ebuild @@ -6,7 +6,7 @@ EAPI="6" inherit xdg-utils DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests etc" -HOMEPAGE="http://hohnstaedt.de/xca/" +HOMEPAGE="https://hohnstaedt.de/xca/" SRC_URI="https://github.com/chris2511/${PN}/releases/download/RELEASE.${PV}/${P}.tar.gz" LICENSE="BSD"
