app-text/ghostscript-gpl: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 3 Jun 2018 09:14:50 +0000 (11:14 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 3 Jun 2018 13:48:32 +0000 (09:48 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8705

app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild

index b0391f26d812c094e176b27481521cb66cbd7a66..d3dfd6871f21b207c96a86d1d1ed043d7b47a150 100644 (file)
@@ -6,7 +6,7 @@ EAPI=6
 inherit autotools multilib versionator flag-o-matic toolchain-funcs
 
 DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for PDF"
-HOMEPAGE="http://ghostscript.com/"
+HOMEPAGE="https://ghostscript.com/"
 
 MY_P=${P/-gpl}
 PVM=$(get_version_component_range 1-2)