From: Michael Mair-Keimberger Date: Sat, 15 Sep 2018 15:15:43 +0000 (+0200) Subject: app-crypt/xca: use HTTPS for home page X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=969d4fc2f0a17f5e758f7bb4fa6753ee676db697;p=gentoo.git app-crypt/xca: use HTTPS for home page Closes: https://github.com/gentoo/gentoo/pull/9874 --- diff --git a/app-crypt/xca/xca-1.4.1.ebuild b/app-crypt/xca/xca-1.4.1.ebuild index 894cba578bee..27a4d7c8af8b 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 1577add7f676..083396d5b9ed 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"