From f272aff7b0b7f7968d49519d94529e9089a834ac Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 30 Jan 2019 17:55:18 +0100 Subject: dev-python/weasyprint: use HTTPS Signed-off-by: Michael Mair-Keimberger Signed-off-by: Aaron Bauman --- dev-python/weasyprint/weasyprint-0.41.ebuild | 4 ++-- dev-python/weasyprint/weasyprint-43.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-python/weasyprint') diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild b/dev-python/weasyprint/weasyprint-0.41.ebuild index ba921c850bc0..28624674a05b 100644 --- a/dev-python/weasyprint/weasyprint-0.41.ebuild +++ b/dev-python/weasyprint/weasyprint-0.41.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -13,7 +13,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" MY_PN="WeasyPrint" MY_P="${MY_PN}-${PV}" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint" +HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint" LICENSE="BSD" SLOT="0" diff --git a/dev-python/weasyprint/weasyprint-43.ebuild b/dev-python/weasyprint/weasyprint-43.ebuild index d18200b1057c..8c3cd18ba99e 100644 --- a/dev-python/weasyprint/weasyprint-43.ebuild +++ b/dev-python/weasyprint/weasyprint-43.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -11,7 +11,7 @@ DESCRIPTION="Visual rendering engine for HTML and CSS that can export to PDF" MY_PN="WeasyPrint" MY_P="${MY_PN}-${PV}" SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" -HOMEPAGE="http://weasyprint.org https://github.com/Kozea/WeasyPrint" +HOMEPAGE="https://weasyprint.org https://github.com/Kozea/WeasyPrint" LICENSE="BSD" SLOT="0" -- cgit v1.2.3-65-gdbad