diff options
author | 2018-09-15 17:15:43 +0200 | |
---|---|---|
committer | 2018-09-15 19:38:10 +0300 | |
commit | 969d4fc2f0a17f5e758f7bb4fa6753ee676db697 (patch) | |
tree | 78e053ef528111417be306a220dbafad3633879b /app-crypt/xca/xca-1.4.1.ebuild | |
parent | net-misc/snarf: Drop old (diff) | |
download | gentoo-969d4fc2f0a17f5e758f7bb4fa6753ee676db697.tar.gz gentoo-969d4fc2f0a17f5e758f7bb4fa6753ee676db697.tar.bz2 gentoo-969d4fc2f0a17f5e758f7bb4fa6753ee676db697.zip |
app-crypt/xca: use HTTPS for home page
Closes: https://github.com/gentoo/gentoo/pull/9874
Diffstat (limited to 'app-crypt/xca/xca-1.4.1.ebuild')
-rw-r--r-- | app-crypt/xca/xca-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |