diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:37:21 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:50 +0200 |
commit | 37bbeedfc9da875ab8972d54d2328d808a700c10 (patch) | |
tree | 9fa7be0d3364ced8256f771c6614f9b18a6b0950 /app-text/gv | |
parent | Use https for kernel.org and redhat.com (diff) | |
download | gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.gz gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.tar.bz2 gentoo-37bbeedfc9da875ab8972d54d2328d808a700c10.zip |
Use https for most gnu.org URLs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'app-text/gv')
-rw-r--r-- | app-text/gv/gv-3.7.3-r1.ebuild | 2 | ||||
-rw-r--r-- | app-text/gv/gv-3.7.3.90.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gv/gv-3.7.3-r1.ebuild b/app-text/gv/gv-3.7.3-r1.ebuild index 218e9e295ea8..4f0dd2642dd0 100644 --- a/app-text/gv/gv-3.7.3-r1.ebuild +++ b/app-text/gv/gv-3.7.3-r1.ebuild @@ -6,7 +6,7 @@ EAPI=4 inherit eutils flag-o-matic toolchain-funcs DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript" -HOMEPAGE="http://www.gnu.org/software/gv/" +HOMEPAGE="https://www.gnu.org/software/gv/" SRC_URI="mirror://gnu/gv/${P}.tar.gz" LICENSE="GPL-3" diff --git a/app-text/gv/gv-3.7.3.90.ebuild b/app-text/gv/gv-3.7.3.90.ebuild index d31d030a12ba..1a018c26873c 100644 --- a/app-text/gv/gv-3.7.3.90.ebuild +++ b/app-text/gv/gv-3.7.3.90.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils DESCRIPTION="Viewer for PostScript and PDF documents using Ghostscript" -HOMEPAGE="http://www.gnu.org/software/gv/" +HOMEPAGE="https://www.gnu.org/software/gv/" # Change 'gnu-alpha' to 'gnu' for final release, like 3.7.4 SRC_URI="mirror://gnu-alpha/gv/${P}.tar.gz" |