From 2a24bf29e2c2be7cc01fb85baf0e23ad773b0b8c Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Thu, 7 Jun 2018 22:21:31 +0200 Subject: media-gfx/cairosvg: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8747 --- media-gfx/cairosvg/cairosvg-1.0.22.ebuild | 4 ++-- media-gfx/cairosvg/cairosvg-2.0.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/cairosvg/cairosvg-1.0.22.ebuild b/media-gfx/cairosvg/cairosvg-1.0.22.ebuild index 04fd40af14a4..f898401de010 100644 --- a/media-gfx/cairosvg/cairosvg-1.0.22.ebuild +++ b/media-gfx/cairosvg/cairosvg-1.0.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MY_PN="CairoSVG" MY_P="${MY_PN}-${PV}" DESCRIPTION="CLI and library to export SVG to PDF, PostScript, and PNG" -HOMEPAGE="http://cairosvg.org/" +HOMEPAGE="https://cairosvg.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-3" diff --git a/media-gfx/cairosvg/cairosvg-2.0.3.ebuild b/media-gfx/cairosvg/cairosvg-2.0.3.ebuild index 8939b9a8db31..89657ccefda8 100644 --- a/media-gfx/cairosvg/cairosvg-2.0.3.ebuild +++ b/media-gfx/cairosvg/cairosvg-2.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ MY_PN="CairoSVG" MY_P="${MY_PN}-${PV}" DESCRIPTION="CLI and library to export SVG to PDF, PostScript, and PNG" -HOMEPAGE="http://cairosvg.org/" +HOMEPAGE="https://cairosvg.org/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="LGPL-3" -- cgit v1.2.3-65-gdbad